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

mldoeR

Lifecycle: experimental

mldoeR stands for Mixed-level designs of experiments in R. The goal of the package is to provide:

Installation

The package currently cannot be install from CRAN. Once a released version is created, it will be available.

At the moment, you can install the experimental version of the package from github using:

#install.packages("devtools")
devtools::install_github("ABohynDOE/mldoeR")

Contributions

If you want to contribute, do not hesitate to create a pull request on github or send me an email.



ABohynDOE/mldoeR documentation built on Dec. 17, 2021, 6:40 a.m.