powered by
Probability of unique variables
unique_variable(.data, n = NULL, ...)
A data frame containing the F-values and probabilities of the variable to be an unique variable.
a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors.
the number of cases (subjects, participants, or units) if a covariance matrix is supplied in .data.
.data
further arguments for cov_nest().
cov_nest()
P.-O. Caron (R) André Achim (Matlab)
exData <- genr8(n = 420, R = ex_3factors_doub_unique) unique_variable(exData)
Run the code above in your browser using DataLab