Description Usage Arguments Value Dependencies Author(s) References See Also Examples
View source: R/gammaMatrix-gammacap_mvn.R
Calculates the covariance matrix of the unique elements of the covariance matrix assuming multivariate normal data.
1 | gammacap_mvn(x, sigmacap = NULL, names = TRUE, sep = ".")
|
x |
Numeric matrix, data frame, or vector. |
sigmacap |
Numeric matrix. Optional argument. Sample covariance matrix. |
names |
Logical. Add names. |
sep |
Character string. Separator for variable names. |
A matrix.
dcap()
kcap()
rmvn_chol() (test)
Ivan Jacob Agaloos Pesigan
Browne, M. W., & Arminger, G. (1995). Specification and estimation of mean-and covariance-structure models. Handbook of statistical modeling forthe social and behavioral sciences.
Other Gamma Matrix Functions:
gammacap_adfnb(),
gammacap_adf(),
gammacap_gen(),
gammacap_mvnadj1(),
gammacap_mvnadj2(),
gammacap_nb(),
gammacap_ols_generic(),
gammacap_ols_hc_generic(),
gammacap_ols_hc_qcap_generic(),
gammacap_ols_hc_qcap(),
gammacap_ols_hc(),
gammacap_ols(),
gammacapnames(),
gammacap()
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.