FAmodelFitStats {tsfa}R Documentation

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.

Details

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

Value

a vector of various fit statistics.

Author(s)

Paul Gilbert and Erik Meijer

See Also

FAfitStats


[Package tsfa version 2009.02-1 Index]