Description Usage Arguments Value Examples
Creates an Factor Analysis Report Object
1 2 | ## S3 method for class 'FAObj'
makeReport(analysis.obj)
|
analysis.obj |
[ |
A FAReport Object
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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.