View source: R/unique_variable.R
unique_variable | R Documentation |
Probability of unique variables
unique_variable(.data, n = NULL, ...)
.data |
a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors. |
n |
the number of cases (subjects, participants, or units) if a covariance matrix is supplied in |
... |
further arguments for |
A data frame containing the F-values and probabilities of the variable to be an unique variable.
P.-O. Caron (R) André Achim (Matlab)
exData <- genr8(n = 420, R = ex_3factors_doub_unique)
unique_variable(exData)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.