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

View source: R/fa2xlsx.r

fa2xlsx.wbR Documentation

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

Description

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

Usage

fa2xlsx.wb(
  x,
  cut = 0.3,
  cut.diff = 0.1,
  order.items = "factor",
  original.factors = NULL,
  filename = NULL
)

Arguments

x

a list with 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

Order items according to factor and loadings

filename

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

Value

an Workbook object


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