Description Usage Arguments Value Examples
estimates marginal covariances (e.g. row and column covariances) of bi-dimensional sample
1 | marginal_covariances(Data)
|
Data |
a (non-empty) |
A list containing the row covariance (C1
) and column covariance (C2
)
1 2 | Data <- rmtnorm(30, C1, C2)
marginal.cov <- marginal_covariances(Data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.