fa_CFS: Returns a numerical vector of the change in the size of the...

View source: R/factor_analysis.R

fa_CFSR Documentation

Returns a numerical vector of the change in the size of the first factor by removing that case.

Description

Returns a numerical vector of the change in the size of the first factor by removing that case.

Usage

fa_CFS(data, sort = T, include_full_sample = T)

Arguments

data

A data.frame.

sort

Whether to sort the results or not. Defaults to true.

include_full_sample

Whether to include the 'case' with the full sample. Defaults to true.

Examples

fa_CFS(iris[-5])

Deleetdk/kirkegaard documentation built on April 22, 2024, 5:22 p.m.