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)

Example output

Loading required package: glasso
Loading required package: trust
Loading required package: MASS
Loading required package: testthat

MInt documentation built on May 2, 2019, 7:24 a.m.