Learn R Programming

Rnest (version 1.2)

remove_unique: Remove unique variables

Description

Remove unique variables

Usage

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

Value

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

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.

Examples

Run this code
remove_unique(ex_3factors_doub_unique, n = 420)

Run the code above in your browser using DataLab