Learn R Programming

Rnest (version 1.2)

unique_variable: Probability of unique variables

Description

Probability of unique variables

Usage

unique_variable(.data, n = NULL, ...)

Value

A data frame containing the F-values and probabilities of the variable to be an unique variable.

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 .data.

...

further arguments for cov_nest().

Author

P.-O. Caron (R) André Achim (Matlab)

Examples

Run this code
exData <- genr8(n = 420, R = ex_3factors_doub_unique)
unique_variable(exData)

Run the code above in your browser using DataLab