cov_nest | R Documentation |
Compute covariance or correlation matrix with treatments for clusters and missing values
cor_nest(.data, ..., cluster = NULL, missing = "fiml", pvalue = FALSE)
cov_nest(.data, ..., cluster = NULL, missing = "fiml", pvalue = FALSE)
.data |
a data frame, a numeric matrix. |
... |
further arguments. |
cluster |
a variable name defining the clusters in a two-level dataset in the data frame. |
missing |
treatment to deal with missing values. Options are |
pvalue |
an argument to indicate if |
A list of class "covnest"
cov_nest(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.