OHDSI / CohortMethod

An R package for performing new-user cohort studies in an observational database in the OMOP Common Data Model.
https://ohdsi.github.io/CohortMethod
82 stars 58 forks source link

Implement power calculations for logistic regression and Poisson models #91

Open schuemie opened 4 years ago

schuemie commented 4 years ago

The computeMdrr function currently only implements power calculations for Cox models. We should add implementations for logistic regression and Poisson models.

schuemie commented 1 month ago

Recently added power calculations for logistic regression. Still need calculations for Poisson