loadings_table: Factor loadings table

Description Usage Arguments Value Note

Description

Creates a factor loading table

Usage

1
2
3
loadings_table(loading_frame, loadings_no = ncol(loading_frame),
  cutoff = 0.2, roundto = 3, trim = 0, Name = NA,
  Communalities = F, description = NA)

Arguments

loading_frame

The data frame to be edited

loadings_no

the names of the row name.

cutoff

loadings whose absolute value are less than this are excluded

roundto

rounding to how many digits

trim

Removes the first n characters of the Description column when rendering the table.

Name

variable name (to be included as a column in data_dic)

Communalities

Should the communalities be displayed?

description

variable description (optional)

Value

A table with rounded factor loadings, ommiting weak loadings with variable information on the side.

Note

possibly will be replaced by loadings_table_psych


mattkcole/FAtools documentation built on May 21, 2019, 1:24 p.m.