remove_unique: Remove unique variables

View source: R/remove_unique.R

remove_uniqueR 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)

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