Learn R Programming

simsem (version 0.2-8)

plotIndividualScatter: Plot an overlaying scatter plot visualizing the power of rejecting misspecified models

Description

Plot the fit indices value against the value of predictors. The plot will include the fit indices value of the alternative models, the fit indices value of the null model (if specified), and the fit indices cutoffs (if specified).

Usage

plotIndividualScatter(altVec, nullVec=NULL, cutoff=NULL, x, main = NULL)

Arguments

altVec
The vector saving the fit index distribution when the hypothesized model is FALSE.
nullVec
The vector saving the fit index distribution when the hypothesized model is TRUE.
cutoff
A priori cutoff
x
The data.frame of the predictor values. The number of rows of the x argument should be equal to the number of rows in the object.
main
The title of the graph

Value

  • NONE. Only plot the fit indices distributions.

See Also

Examples

Run this code
# No example

Run the code above in your browser using DataLab