plotQtile(simsem)
plotQtile()所属R语言包:simsem
Build a scatterplot with overlaying line of quantiles of predicted values
建立位数的预测值重叠线的散点图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Build a scatterplot with overlaying line of quantiles of predicted values
建立位数的预测值重叠线的散点图
用法----------Usage----------
plotQtile(x, y, df=0, qtile=NULL, ...)
参数----------Arguments----------
参数:x
The values of the independent variable (e.g., a vector of sample size)
独立变量的值(例如,样本大小的向量)
参数:y
The values of the dependent variable
因变量的值
参数:df
The degree of freedom in spline method
在样条方法的自由度
参数:qtile
The quantile values used to plot a graph
用于绘制图形的点数值
参数:...
Other arguments in the plot command
plot命令的其他参数
值----------Value----------
None. This function will plot only.
无。此功能将绘制。
(作者)----------Author(s)----------
Sunthud Pornprasertmanit (University of Kansas; psunthud@ku.edu)
实例----------Examples----------
# No example[没有例子]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|