OHDSI / PatientLevelPrediction

An R package for performing patient level prediction in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/PatientLevelPrediction
188 stars 89 forks source link

Bug in fromDesign or model #472

Closed egillax closed 1 month ago

egillax commented 3 months ago

In a function I use in externalValidate to check if settings from model or validationDesign are the same I'm using != to compare two lists which of course doesn't work

egillax commented 1 month ago

Fixed in latest release.