unique_variable {Rnest} | R Documentation |
Probability of unique variables
Description
Probability of unique variables
Usage
unique_variable(.data, n = NULL, ...)
Arguments
.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 |
Value
A data frame containing the F-values and probabilities of the variable to be an unique variable.
Author(s)
P.-O. Caron (R) André Achim (Matlab)
Examples
exData <- genr8(n = 420, R = ex_3factors_doub_unique)
unique_variable(exData)
[Package Rnest version 1.2 Index]