monoSpline(lumi)
monoSpline()所属R语言包:lumi
Fitting a curve with monotonic spline
与单调样条曲线拟合
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Fitting a curve with monotonic spline
与单调样条曲线拟合
用法----------Usage----------
monoSpline(x, y, newX=NULL, nKnots = 6, ifPlot = FALSE)
参数----------Arguments----------
参数:x
a vector represents x values
向量表示x值
参数:y
a vector represents y values
向量表示y值
参数:newX
the new values to be transformed. If not provided, "x" will be used.
新的价值观进行改造。如果不提供,将用于“X”。
参数:nKnots
parameter used by function smoothCon in package mgcv
参数功能smoothCon包mgcv
参数:ifPlot
determine whether to plot intermediate results
决定是否要绘制的中间结果
Details
详情----------Details----------
Function internally called by monoSmu
函数的内部由monoSmu称为
值----------Value----------
return the transformed "newX" based on the smoothed curve
返回转化“newX”的基础上平滑曲线
作者(S)----------Author(s)----------
Simon Lin, Pan Du
参见----------See Also----------
monoSmu
monoSmu
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|