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

mixedmodeling

CRAN status Travis build status Coverage status

mixedmodeling is a collection of R package to conduct mixed model analysis.

Installation

You can install the developement version of mixedmodeling from GitHub with:

remotes::install_github("cedricbatailler/mixedmodeling")

Usage

library(mixedmodeling)


cedricbatailler/mixedmodeling documentation built on May 6, 2019, 1:35 a.m.