Description Usage Arguments Value
This function is used by mifa_ci_fieller()
to compute Fieller's confidence
intervals for each of the components of n_pc.
1 | get_fieller_ci(eig_imp, n_pc, conf, N, m)
|
eig_imp |
A matrix with each of its columns the eigenvalues of the estimated covariance matrix for each imputed data. |
n_pc |
Integer or integer vector indicating number of principal components (eigenvectors) for which explained variance (eigenvalues) should be obtained and for which confidence intervals should be computed. Defaults to all principal components, i.e., the number of variables in the data. |
conf |
Confidence level for constructing confidence intervals. The
default is |
N |
A scalar specifying sample size. |
m |
A scalar specifying number of multiple imputations. |
A vector of length 2, containing the lower and upper bounds of estimated Fieller's interval.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.