loadings2table: Factor loading table

Description Usage Arguments

View source: R/loadings2table.R

Description

Render the table with factor loadings as html-widget.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
## S3 method for class 'matrix'
loadings2table(M, hints = character(0), Vexpl = numeric(0))

loadings2table(x, ...)

## S3 method for class 'fa'
loadings2table(FA, ...)

## S3 method for class 'fa.ci'
loadings2table(FA, ...)

## S3 method for class 'loadings'
loadings2table(L, ...)

Arguments

M

numeric matrix, dimnames must be present

hints

named character vector with item content

Vexpl

numeric vector with proportion of explained variance

...

the arguments passed to loadings2table.matrix: hints or Vexpl

FA

fa or fa.ci object from psych package

L

loadings object from psych package


IvanVoronin/FAT documentation built on Sept. 4, 2020, 12:34 a.m.