Learn R Programming

semTools (version 0.4-13)

loadingFromAlpha: 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

Examples

Run this code
    loadingFromAlpha(0.8, 4)

Run the code above in your browser using DataLab