getKnots(plw)
getKnots()所属R语言包:plw
Spline-knots for plw and lmw
样条结PLW和LMW
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Computes a set of nKnots interior knots( if possible) plus 2 boundary knots so that:
计算一个室内nKnots节(如果可能的话)加2节边界,以便:
1) the nOut smallest and highest data points (in x) lies below and above the lower and upper boundary knots respectively.
1)在于NOUT最小的和最高的数据点(X)分别低于和高于上下边界节。
2) there is at least nIn data points between all knots.
2)有至少万年各节之间的数据点。
用法----------Usage----------
getKnots(x,nKnots=10,nOut=2000,nIn=4000)
参数----------Arguments----------
参数:x
Data vector
数据向量
参数:nKnots
Number of interior knots
内部结数
参数:nOut
Number of data points below and above the lower and upper boundary knots respectively.
下面和上面的上下边界节分别数据点的数目。
参数:nIn
Number of data points between knots.
节之间的数据点的数量。
Details
详情----------Details----------
See the definition (R-code) for details.
有关详情,请参阅定义(R代码)。
值----------Value----------
A vector of knots.
一节的向量。
作者(S)----------Author(s)----------
Magnus <i>A</i>strand
参见----------See Also----------
plw, lmw, estimateSigmaMVbeta
PLW,LMW,estimateSigmaMVbeta
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|