OHDSI / FeatureExtraction

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

Fix minor typo in UsingFeatureExtraction.Rmd #186

Closed rbcavanaugh closed 1 year ago

rbcavanaugh commented 1 year ago

Hi - Working through the very helpful UsingFeatureExtraction tutorial.

I think line 436 should read

not

I can't find reference to a cohortData object in the vignette and covariateData$covariateRef appears to hold the referenced information. Apologies if this is wrong (and if so, please let me know where I Can find the cohortData object). Happy to create a pull request. Rob

anthonysena commented 1 year ago

Thanks @rbcavanaugh - I believe you are correct! If you could create a PR, I'll work to get that into the next release. Thank you!