unique_variable: Probability of unique variables

View source: R/unique_variable.R

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

...

further arguments for cov_nest().

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)

Rnest documentation built on April 3, 2025, 5:31 p.m.