-
Notifications
You must be signed in to change notification settings - Fork 0
Vignettes and bugs #27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
remlapmot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work.
I have made some small suggestions.
Yesterday when converting our short course practical to Python I was getting an error from _random_selection() - so I am hopeful you might have fixed what I was encountering (but I am new to Polars so it may just be I haven't quite converted my Stata dataset to the Polars DataFrame totally correctly). Will let you know.
| @@ -0,0 +1,181 @@ | |||
| # Exploring Results | |||
| ## SEQuential Analysis: {date}: censoring | |||
|
|
|||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
For me it would be worth adding a python chunk here with the code that generated the results - because without that a user has a harder time using this vignette.
Co-authored-by: Tom Palmer <remlapmot@hotmail.com>
Co-authored-by: Tom Palmer <remlapmot@hotmail.com>
Co-authored-by: Tom Palmer <remlapmot@hotmail.com>
Co-authored-by: Tom Palmer <remlapmot@hotmail.com>
Co-authored-by: Tom Palmer <remlapmot@hotmail.com>
Some vignettes added as examples.
Also found some bugs in name collision within LTFU, bootstrapping, and random selection.