Description Usage Arguments Details See Also Examples
Interface functions to use rmvnorm for
hyperSpec-class objects.
1 2 3 4 5 6 7 8 9 10 11 12 13 | rmmvnorm(n, mean, sigma)
## S4 method for signature 'numeric,hyperSpec,matrix'
rmmvnorm(n, mean, sigma)
## S4 method for signature 'numeric,hyperSpec,array'
rmmvnorm(n, mean, sigma)
## S4 method for signature 'numeric,matrix,matrix'
rmmvnorm(n, mean, sigma)
## S4 method for signature 'numeric,matrix,array'
rmmvnorm(n, mean, sigma)
|
n |
vector giving the numer of cases to generate for each group |
mean |
matrix with mean cases in rows |
sigma |
common covariance matrix or array ( |
The mvtnorm method for hyperSpec objects supports producing multivariate normal data for
groups with different mean but common covariance matrix, see the examples.
cov and pooled.cov about calculating covariance of hyperSpec objects.
1 2 3 4 5 6 7 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.