Devplot(TWIX)
Devplot()所属R语言包:TWIX
Deviance plot
越轨行为图
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Deviance plot.
越轨行为的图。
用法----------Usage----------
Devplot(rsp, x, col = 1, classes = FALSE,
pch = 16, nsample = 0, ...)
参数----------Arguments----------
参数:rsp
response variable.
响应变量。
参数:x
a dataframe of predictor variables.
一个数据框的预测变量。
参数:col
the color for points.
点的颜色。
参数:classes
Scatterplot of Classes.
散点图类。
参数:pch
a vector of plotting characters or symbols.
绘制的字符或符号的向量。
参数:nsample
the number of bootstrap samples without replacement.
bootstrap样本的数量,无需更换。
参数:...
other parameters to be passed through to plotting functions.
其他参数被传递到绘图功能。
参见----------See Also----------
plot.TWIX, TWIX, trace.plot, scree.plot
plot.TWIX,TWIX,trace.plot,scree.plot
实例----------Examples----------
data(olives)
### for one predictor variable[##一个预测变量]
Devplot(olives$Region,olives$oleic)
### with classes[##类]
Devplot(olives$Region,olives$oleic,classes=TRUE)
### for more as one predictor variable[作为一个预测变量##]
Devplot(olives$Region,olives[,1:8])
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|