Learn R Programming

psycho (version 0.4.91)

analyze.principal: Analyze fa objects.

Description

Analyze fa objects.

Usage

# S3 method for principal
analyze(x, labels = NULL, treshold = "max", ...)

Arguments

x

An psych object.

labels

Supply a additional column with e.g. item labels.

treshold

'max' or numeric. The treshold over which to associate an item with its component.

...

Arguments passed to or from other methods.

Value

output

Examples

Run this code
# NOT RUN {
library(psycho)
library(psych)

x <- psych::pca(psych::Thurstone.33, 2)

results <- analyze(x)
print(results)
summary(results)

# }

Run the code above in your browser using DataLab