newX {NewWave}R Documentation

Returns the sample-level design matrix for mu

Description

Given an object that describes a matrix of negative binomial distributions, returns the sample-level design matrix for mu

Usage

newX(object, ...)

Arguments

object

an object that describes a matrix of negative binomial distributions.

...

Additional parameters.

Value

the sample-level design matrix for mu

Examples

a <- newmodel(n=5, J=10)
newX(a)

[Package NewWave version 1.0.2 Index]