Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 875 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 875 Bytes

longpower: Sample Size Calculations for Longitudinal Data

R-CMD-check CRAN_Status_Badge

Compute power and sample size for linear models of longitudinal data. Supported models include mixed-effects models and models fit by generalized least squares and generalized estimating equations.

To install via CRAN:

install.packages("longpower")

To install via github:

# install.packages('remotes')
remotes::install_github("mcdonohue/longpower")