loadingFromAlpha: Find standardized factor loading from coefficient alpha

View source: R/loadingFromAlpha.R

loadingFromAlphaR Documentation

Find standardized factor loading from coefficient alpha

Description

Find standardized factor loading from coefficient alpha assuming that all items have equal loadings.

Usage

loadingFromAlpha(alpha, ni)

Arguments

alpha

A desired coefficient alpha value.

ni

A desired number of items.

Value

result

The standardized factor loadings that make desired coefficient alpha with specified number of items.

Author(s)

Sunthud Pornprasertmanit (psunthud@gmail.com)

Examples


loadingFromAlpha(0.8, 4)


semTools documentation built on May 10, 2022, 9:05 a.m.