jreps

Results 41 comments of jreps

Thanks for figuring this out! To make the edit you can fork PLP (develop branch) to your own repositories and then make a pull request into develop from your fork....

This would be excellent! We definitely need a smooth calibration plot for survival models but I had no idea how to do it. Great job figuring out how to get...

Yeah - this was something I realized when writing the code but wasn't sure how to address it. Sometimes people want to predict from the cohort end, but then the...

Hi Andi, Pairing the correct PLP with the correct skeleton is difficult. Luckily, thanks to Martijn insisting we use renv, the latest skeletons should have renv files that let you...

I fixed the check issues with using if (class(x) = 'y') so no longer need checkmate. roxygen templates still needed

Another easy first commit: Replace '@resultsDatabaseSchema' in the document "Building patient-level prediction models" cohort generation SQL code with '@cohortDatabaseSchema'. There may also be a bug in this part (I'm not...

- [ ] User can pick between event count/person count when calculating incidence proportion/rates - [ ] Would also be good to have a tab in the incidence rate view...

No reason for it to be a matrix - happy to edit all the models to make this a list instead as that is converted more reliably. I think making...

ok - data.frame it is :) Would you prefer hyperparameter space details to be in the model tab? Atrrition is also in the settings but not a setting (I was...

what do you think about this https://github.com/OHDSI/PatientLevelPrediction/tree/issue_362 ? I modified the data.frame to include the columns: metric, fold, value and then the hyper-parameter values. I used fold 0 to have...