mint: Construct MInt object

Description Usage Arguments Value Examples

Description

Constructs a MInt object that maintains the data and parameter estimates for the underlying Poisson-multivariate normal hierarchical model.

Usage

1
mint(y, x, fmla = ~1)

Arguments

y

A file path to the response matrix.

x

A file path to the design matrix.

fmla

An object of class “formula” (or one that can be coerced to that class): a symbolic description of the model to be fitted.

Value

mint A MInt object.

Examples

1
2
3
x <- system.file("extdata", "x.txt", package="MInt");
y <- system.file("extdata", "y.txt", package="MInt");
m <- mint(y,x,fmla = ~feature1 + feature2)

kevinmcgregor/mintalt documentation built on May 13, 2019, 4:34 p.m.