makeReport.FAObj: Creates an Factor Analysis Report Object

Description Usage Arguments Value Examples

Description

Creates an Factor Analysis Report Object

Usage

1
2
## S3 method for class 'FAObj'
makeReport(analysis.obj)

Arguments

analysis.obj

[FAObj Object]
A object of the "FAObj" class

Value

A FAReport Object

Examples

1
2
3
4
5
6
7
 library(psych)
 data(bfi)
 #take small sample of size 200L:
 bfi_small = bfi[sample(seq_len(nrow(bfi)), size = 200L), ]
 FA.task = makeFATask(id = "bfi", data = bfi_small)
 FA.result = makeFA(FA.task)
 FA.report = makeReport(FA.result)

ptl93/AEDA documentation built on May 7, 2019, 3:20 p.m.