knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of AUCtest is to propose a statistical test evaluating the difference of Area under the curve (AUC) of a given outcome between two distinct groups of individuals. To this end, longitudinal data obtained for subjects splitted into G distinct groups are fitted with a Mixed-Effects model whose fixed-effects (marginal dynamics) and random-effects (individual dynamics) are respectively modeled by group-structured polynomial or B-splines curves and individual polynomial or B-spline curves.
You can install the development version of AUCtest from GitHub with:
# install.packages("devtools") devtools::install_github("marie-alexandre/AUCtest")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.