Learn R Programming

tsfa (version 2014.2-2)

FAmodelFitStats: Calculate Summary Statistics with given FA Model Parameters

Description

Calculates various statistics with given Paramaters of an FA Model.

Usage

FAmodelFitStats(B, Phi, omega, S, N)

Arguments

B
loadings.
Phi
cov. matrix of factors.
omega
vector of error variances
S
sample covariance matrix.
N
sample size.

Value

  • a vector of various fit statistics.

concept

TSFA

Details

This function is used by FAfitStats and would not normally be called by a user.

See Also

FAfitStats