R语言
oneway
位于 lattice
包(package)。 说明
将 One-way 模型拟合到按因子分组的单变量数据,结果通常使用 rfs
显示
用法
oneway(formula, data, location=mean, spread=function(x) sqrt(var(x)))
参数
formula |
|
data |
要评估模型的 DataFrame |
location |
给出用于居中观察的位置统计的函数或数字,例如 |
spread |
给出用于缩放观测值的分布统计量的函数或数字,例如 |
值
包含组件的列表
location
-
每个组的位置向量。
spread
-
每组的价差向量。
fitted.values
-
每个观测值的位置向量。
residuals
-
残差(
y - fitted.values
)。 scaled.residuals
-
其组的残差按
spread
缩放
作者
Deepayan Sarkar Deepayan.Sarkar@R-project.org
也可以看看
相关用法
- R panel.xyplot xyplot 的默认面板函数
- R xyplot.ts 时间序列绘图方法
- R panel.bwplot bwplot 的默认面板函数
- R panel.loess 添加黄土平滑的面板函数
- R lset 修改网格设置的接口 - 已失效
- R panel.axis 绘图轴刻度和标签的面板函数
- R Rows 从列表中提取行
- R panel.number 在绘图期间访问辅助信息
- R trellis.par.get 网格显示的图形参数
- R update.trellis 检索和更新网格对象
- R barley 明尼苏达州大麦试验的产量数据
- R panel.functions 有用的面板函数组件
- R prepanel.functions Lattice 有用的 Prepanel 函数
- R xyplot 常见的二变量网格图
- R simpleTheme 生成简单主题的函数
- R panel.parallel 并行的默认面板函数
- R print.trellis 绘制和总结网格对象
- R panel.cloud 云默认面板函数
- R packet.panel.default 将数据包与面板关联
- R levelplot 水平图和等高线图
- R trellis.device 初始化网格显示
- R cloud 3d 散点图和线框曲面图
- R tmd Tukey 均差图
- R panel.pairs splom 的默认超级面板函数
- R draw.colorkey 通常为水平图生成色键
注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Fit One-way Model。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。