fa.skalenbilden: Extrahiert automatisch Skalen aus einem EFA Objekt

Description Usage Arguments Value See Also

View source: R/skalenextrahierehenausEFA.R

Description

given the pattern maxtrix of an EFA with more than one factor, combine items loading on one particular factor to a scale and save it in an object. Items with unclear loading pattern (i.e. non trivial loadings on more than one factor) can be either evaluated using a loading difference to the next highest loading (parameter loadingdifference) or using the Fürntratt criterion. If an item fails to meet the selected criterion it will not be included in the scale.

Usage

1
2
3
4
5
6
7
fa.skalenbilden(
  faobject,
  ladungsunterschied = 0.1,
  datensatz = NULL,
  name = "skala",
  fuerntratt = FALSE
)

Arguments

faobject

Objekt aus einer fa o.ä.

ladungsunterschied

Nebenladungsunterschied, der noch akzeptabel ist für das Beibehalten eines Items

datensatz

Datensatz (data.frame), der die Items enthält

name

Name (Präfix) der Skalen

fuerntratt

(logisch) Soll das Fürntratt-Kriterium bei der Faktorzuweiseung angewandt werden

Value

list of scales

See Also

fa, factanal


lillion/emittr documentation built on May 10, 2020, 7:23 a.m.