knitr::opts_chunk$set(
  collapse = TRUE,
  comment = "#>",
  fig.path = "man/figures/README-",
  out.width = "100%"
)

clusterwiselmm

The goal of clusterwiselmm is to provide geometrical clusterwise method for multi-level models (lmm)

Installation

You can install the released version of clusterwiselmm from CRAN with:

install.packages("clusterwiselmm")

Example

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


Redha-ALLICHE/clusterwiselmm documentation built on Aug. 3, 2020, 1:10 a.m.