remove_unique {Rnest}R Documentation

Remove unique variables

Description

Remove unique variables

Usage

remove_unique(.data, ..., alpha = 0.05)

Arguments

.data

a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors.

...

further arguments for unique_variable() and cor_nest().

alpha

type I error rate.

Value

A list containing the unique variables and a data frame containing their probabilities and the .data with the unique variable removed.

Examples

remove_unique(ex_3factors_doub_unique, n = 420)

[Package Rnest version 1.2 Index]