R语言
plot-methods
位于 stats4
包(package)。 说明
绘制 "mle"
对象的轮廓可能性。
用法
## S4 method for signature 'profile.mle,missing'
plot(x, levels, conf = c(99, 95, 90, 80, 50)/100, nseg = 50,
absVal = TRUE, ...)
参数
x |
类 |
levels |
级别,以 t 统计量的绝对值为尺度,在该级别上插值间隔。通常使用 |
conf |
参数的基于配置文件的置信区间的置信水平的数值向量。 |
nseg |
一个整数值,给出轮廓 t 曲线的样条插值中使用的段数。 |
absVal |
一个逻辑值,指示绘图是否应采用轮廓 t 的绝对值的比例。默认为 |
... |
|
方法
signature(x = "ANY", y = "ANY")
-
通用函数:参见
plot
。 signature(x = "profile.mle", y = "missing")
-
绘制
x
的似然曲线。
相关用法
- R profile-methods stats4 包中的函数配置文件方法
- R update-methods stats4包中函数更新的方法
- R mle 最大似然估计
- R stlmethods STL 对象的方法
- R medpolish 矩阵的中值波兰(稳健双向分解)
- R naprint 调整缺失值
- R summary.nls 总结非线性最小二乘模型拟合
- R summary.manova 多元方差分析的汇总方法
- R formula 模型公式
- R nls.control 控制 nls 中的迭代
- R aggregate 计算数据子集的汇总统计
- R deriv 简单表达式的符号和算法导数
- R kruskal.test Kruskal-Wallis 秩和检验
- R quade.test 四方测试
- R decompose 移动平均线的经典季节性分解
- R plot.stepfun 绘制阶跃函数
- R alias 查找模型中的别名(依赖项)
- R qqnorm 分位数-分位数图
- R eff.aovlist 多层方差分析的计算效率
- R pairwise.t.test 成对 t 检验
- R loglin 拟合对数线性模型
- R predict.smooth.spline 通过平滑样条拟合进行预测
- R bartlett.test 方差齐性的 Bartlett 检验
- R influence.measures 回归删除诊断
- R loess.control 设置黄土参数
注:本文由纯净天空筛选整理自R-devel大神的英文原创作品 Methods for Function plot in Package stats4。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。