covFIML | R Documentation |
Full Information Maximum Likelihood (FIML) correlation or covariance matrix
covFIML(data, tol = 1e-6, maxiter = 1000, pvalue = FALSE)
corFIML(data, tol = 1e-6, maxiter = 1000, pvalue = FALSE)
data |
a data frame of rdata matrix. |
tol |
tolerance. |
maxiter |
maximum number of iterations. |
pvalue |
an argument to indicate if |
A list containing the means, th correlation or covariance matrix, and optionnaly the degree of freedom and the p-values.
A not so efficient function. See ?cor_nest
instead.
covFIML(airquality)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.