plotScatter(simsem)
plotScatter()所属R语言包:simsem
Plot overlaying scatter plots visualizing the power of rejecting misspecified models
图重叠散点图拒绝误设模型的可视化的力量
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function will find the fit indices cutoff values if not specified and then 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.
此功能会发现,拟合指数临界值,如果没有指定,然后绘制拟合指数值的预测值对。该图将包括的替代模型的拟合指数值,空模型的拟合指数值(如果指定的话),和拟合指数临界值。
用法----------Usage----------
plotScatter(altObject, nullObject=NULL, cutoff=NULL, usedFit = NULL, x, alpha=0.05, df=5)
参数----------Arguments----------
参数:altObject
The result object (data.frame) saves the simulation result of fitting the hypothesized model when the hypothesized model is FALSE.
结果的对象(data.frame)节省了装修的假设模型假设的模型是FALSE的仿真结果。
参数:nullObject
The result object (data.frame) saves the simulation result of fitting the hypothesized model when the hypothesized model is TRUE. This argument may be not specified if the cutoff is specified.
结果的对象(data.frame)节省了装修的假设模型假设的模型是TRUE的仿真结果。这种说法可能不指定,如果cutoff指定。
参数:cutoff
A vector of priori cutoffs for fit indices.
一个向量的先验的截止时间为契合度。
参数:usedFit
Vector of names of fit indices that researchers wish to plot.
矢量,研究人员希望绘制的拟合指数的名称。
参数: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.
data.frame的预测值。行x参数的数量应等于在object的行数。
参数:alpha
A priori alpha level
先验α水平
参数:df
The degree of freedom used in spline method in predicting the fit indices by the predictors. If df is 0, the spline method will not be applied.
预测的拟合指数的预测中使用的样条方法的自由度。如果df是0,样条方法将不适用。
值----------Value----------
NONE. Only plot the fit indices distributions.
NONE。仅绘制的拟合指数分布。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; <a href="mailto:psunthud@ku.edu">psunthud@ku.edu</a>)
参见----------See Also----------
plotPowerFit
plotPowerFit
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|