Description Usage Arguments Examples
Return subset of variables of a multivariate normal distribution object of
class mvnd.
| 1 | mvnd.subset(object, subset)
 | 
| object | an object of class  | 
| subset | names or indices of variables to extract from mvnd. | 
| 1 2 3 | d <- mvnd(c(0,1),matrix(c(2,3,3,2),ncol=2), c('a', 'b'))
mvnd.subset(d, 1)
mvnd.subset(d, 'b')
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.