[R]{semTools} moreFitIndices() : {lavaan}では計算されないその他の適合度指標を計算する関数

説明

lavaan()の実行結果に対する適合度指標はsummary()関数にfit.measures=TRUEという引数を指定することで表示できる。semTools::moreFitIndicies()は{lavaan}パッケージ単体では出力されない更に別の適合度指標を計算・出力する関数である。

使用法

moreFitIndices(object, fit.measures = "all", nPrior = 1)

返り値

以下、10種類の適合度指標を返す。

gammaHat Gamma Hat

adjGammaHat Adjusted Gamma Hat

baseline.rmsea RMSEA of the Baseline (Null) Model

aic.smallN Corrected (for small sample size) Akaike Information Criterion

bic.priorN Bayesian Information Criterion with specifying the prior sample size

sic Stochastic Information Criterion

hqc Hannan-Quinn Information Criterion

gammaHat.scaled Gamma Hat using Scaled Chi-square

adjGammaHat.scaled Adjusted Gamma Hat using Scaled Chi-square

baseline.rmsea.scaled RMSEA of the Baseline (Null) Model using Scaled Chi-square

関連

適合度指標

コメント