Skip to content

R package for easy modeling and visualization of longitudinal data

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md
Notifications You must be signed in to change notification settings

alejandroh3005/modelLong

Repository files navigation

Purpose

This is a package for easy visualization and modeling of longitudinal data. Functions plot repeated measures and estimate autocorrelation, marginal effects with generalized estimating equations, and conditional effects with generalized linear mixed-effects models.

How to install

This package is called modelLong. To install, run the following code (in R):

library(devtools)
devtools::install_github("alejandroh3005/modelLong")

Upon completion, you can run the following code (in R):

library(modelLong)

Dependencies

The package depends on the following packages: dplyr, ggplot2, gtsummary, lme4, and geepack.

Acknowledgements

Thank you to Dr. Kevin Lin for your kind instruction on building R public packages, and thanks to Dr. Gary Chen for teaching me methods to analyze longitudinal data.

About

R package for easy modeling and visualization of longitudinal data

Topics

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Languages