View source: R/remove_unique.R
remove_unique | R Documentation |
Remove unique variables
remove_unique(.data, ..., alpha = 0.05)
.data |
a data frame, a numeric matrix, covariance matrix or correlation matrix from which to determine the number of factors. |
... |
further arguments for |
alpha |
type I error rate. |
A list containing the unique variables and a data frame containing their probabilities and the .data
with the unique variable removed.
remove_unique(ex_3factors_doub_unique, n = 420)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.