knitr::opts_chunk$set( collapse = TRUE, comment = "#>", fig.path = "man/figures/README-", out.width = "100%" )
The goal of clusterwiselmm is to provide geometrical clusterwise method for multi-level models (lmm)
You can install the released version of clusterwiselmm from CRAN with:
install.packages("clusterwiselmm")
This is a basic example which shows you how to solve a common problem where we have a 3 levels data organized into 3 unknown groups: We simulate this data using \code{simulate_data} function provided with the package.
library(clusterwiselmm) ## basic example code
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.