fa2xlsx: fa2xlsx View Creates a xlsx with different factorial analysis...

View source: R/fa2xlsx.r

fa2xlsxR Documentation

fa2xlsx View Creates a xlsx with different factorial analysis side by side Marking the loadings to adscribe to a factor.

Description

fa2xlsx View Creates a xlsx with different factorial analysis side by side Marking the loadings to adscribe to a factor.

Usage

fa2xlsx(
  ...,
  cut = 0.3,
  cut.diff = 0.1,
  order.items = "factor",
  original.factors = NULL,
  filename = NULL,
  open.file = TRUE
)

Arguments

...

one or more factorial analysis

cut

Minimal loading to assign a item to a factor

cut.diff

Minimal difference between loading to assign it to a specific one

order.items

A string, according to specification. "factor" orders items according to new factors and loads "o.factor" orders according original factors and loads "o.factor-items" orders according to factors and items names

original.factors

Vector of names for original factors. Useful for target rotations

filename

Filename of the excel file. If NULL, create a new temporary file on each iteration


clbustos/rcebn documentation built on Feb. 2, 2024, 5:55 a.m.