Learn R Programming

simsem (version 0.2-0)

getKeywords: List of all keywords used in the simsem package

Description

List of all keywords used in the simsem package

Usage

getKeywords()

Arguments

Value

  • A list of all keywords used in this package
    • LYFactor loading matrix between endogenous factors and Y indicators
    • TECovariance matrix between Y measurement error
    • RTECorrelation matrix between Y measurement error
    • PSResidual covariance of endogenous factors
    • RPSResidual correlation of endogenous factors
    • BERegression effect among endogenous factors
    • VYTotal variance of Y indicators
    • VPSResidual variances of endogenous factors
    • VETotal variance of endogenous factors
    • TYMeasurement intercepts of Y indicators
    • MEFactor means of endogenous factors
    • VTEVariance of Y measurement error
    • ALFactor intercepts of endogenous factors
    • MYTotal Mean of Y indicators
    • LXFactor loading matrix between exogenous factors and X indicators
    • TDCovariance matrix between X measurement error
    • RTDCorrelation matrix between X measurement error
    • PHCovariance among exogenous factors
    • RPHCorrelation among exogenous factors
    • GARegression effect from exogenous factors to endogenous factors
    • VXTotal variance of X indicators
    • VPHVariance of exogenous factors
    • TXMeasurement intercepts of X indicators
    • KAFactor Mean of exogenous factors
    • VTDVariance of X measurement error
    • MXTotal Mean of X indicators
    • THMeasurement error covariance between X indicators and Y indicators
    • RTHMeasurement error correlation between X indicators and Y indicators
    • loadingAny factor loading matrix keywords
    • errorCovAny measurement error covariance matrix keywords
    • errorCorAny measurement error correlation matrix keywords
    • errorVarAny measurement error variance vector keywords
    • indicatorVarAny indicator variance vector keywords
    • indicatorMeanAny indicator mean vector keywords
    • facCovAny factor covariance matrix keywords
    • facCorAny factor correlation matrix keywords
    • interceptAny intercept vector keywords
    • facMeanAny factor mean vector keywords
    • facVarAny factor variance vector keywords
    • usedFitFit indices used as the default for providing output
    • usedFitPopPopulation fit indices used as the default for providing input
    • optMinThe method picking the minimum value of misfit across misspecification sets
    • optMaxThe method picking the maximum value of misfit across misspecification sets
    • optNoneNot using the optimization method

Examples

Run this code
# This function is not a public function.

# getKeywords()

Run the code above in your browser using DataLab