View source: R/functions_wrapper.R
calculate_se_from_cov | R Documentation |
Calculate standard errors from a covariance matrix
calculate_se_from_cov(cov)
cov |
(data.frame) Input covariance matrix |
(data.frame) Standard errors
calculate_se_from_prec : Standard errors from precision matrix
calculate_corr_from_cov : Correlation matrix from covariance matrix
calculate_cov_from_prec : Covariance matrix from precision matrix
calculate_cov_from_corrse : Covariance matrix from correlation matrix and standard errors
calculate_prec_from_cov : Precision matrix from covariance matrix
calculate_prec_from_corrse : Precision matrix from correlation matrix and standard errors
calculate_corr_from_prec : Correlation matrix from precision matrix
## Not run:
results <- load_example_modelfit_results("pheno")
cov <- results$covariance_matrix
cov
calculate_se_from_cov(cov)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.