OHDSI / FeatureExtraction

An R package for generating features (covariates) for a cohort using data in the Common Data Model.
http://ohdsi.github.io/FeatureExtraction/
60 stars 58 forks source link

Update custom covariate builder vignette #258

Closed schuemie closed 4 months ago

schuemie commented 4 months ago

At some point in time, the covariate builder function gained a new argument: minCharacterizationMean. Please update the vignette accordingly (now FeatureExtraction throws an error if the argument isn't present)

alondhe commented 4 months ago

Just ran into this :)

So now, the builder function needs simply the parameter of minCharacterizationMean, right? Which you could default to 0?

anthonysena commented 4 months ago

Yes, that's right - add "minCharacterizationMean = 0" and you should be set. We'll get the vignette updated. Sorry for that!