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.