newX {NewWave} | R Documentation |
Given an object that describes a matrix of negative binomial distributions, returns the sample-level design matrix for mu
newX(object, ...)
object |
an object that describes a matrix of negative binomial distributions. |
... |
Additional parameters. |
the sample-level design matrix for mu
a <- newmodel(n=5, J=10) newX(a)