R语言
NLSstClosestX
位于 stats
包(package)。 说明
使用逆线性插值来近似 x
值,此时 xy
表示的函数等于 yval
。
用法
NLSstClosestX(xy, yval)
参数
xy |
一个 |
yval |
|
值
x
刻度上的单个数值。
例子
DNase.2 <- DNase[ DNase$Run == "2", ]
DN.srt <- sortedXyData(expression(log(conc)), expression(density), DNase.2)
NLSstClosestX(DN.srt, 1.0)
作者
José Pinheiro and Douglas Bates
也可以看看
sortedXyData
, NLSstLfAsymptote
, NLSstRtAsymptote
, selfStart
相关用法
- R NLSstAsymptotic 拟合渐近回归模型
- R NLSstRtAsymptote 右侧水平渐近线
- R NLSstLfAsymptote 左侧水平渐近线
- R Normal 正态分布
- R NegBinomial 负二项分布
- 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-devel大神的英文原创作品 Inverse Interpolation。非经特殊声明,原始代码版权归原作者所有,本译文未经允许或授权,请勿转载或复制。