| marginal_covariances | R Documentation |
estimates marginal covariances (e.g. row and column covariances) of bi-dimensional sample
marginal_covariances(Data)
Data |
a (non-empty) |
A list containing the row covariance (C1) and column covariance (C2)
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.