We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
con <- DBI::dbConnect(duckdb::duckdb(dbdir = CDMConnector::eunomia_dir())) cdm <- CDMConnector::cdm_from_con(con = con, cdm_schema = "main", write_schema = "main") meds_cs <- CodelistGenerator::getDrugIngredientCodes( cdm = cdm, name = c( "acetaminophen", "morphine", "warfarin" ) ) cdm$meds <- CohortConstructor::conceptCohort(cdm = cdm, conceptSet = meds_cs, name = "meds") results <- phenotypeDiagnostics(cdm$meds)
The text was updated successfully, but these errors were encountered:
similar problem for overlap
Sorry, something went wrong.
for me it works fine, do you have CohortCharacteristics 0.3.0 installed @edward-burn ?
No branches or pull requests
The text was updated successfully, but these errors were encountered: