residualError(CellNOptR)
residualError()所属R语言包:CellNOptR
Compute the residual error for a dataset
数据集的计算残差
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes in a CNOlist and computes the residual error, which is the minimum error between the scaled continuous data and a binary boolean approximation of this data.
此功能需要在CNOlist和计算残差,这是规模的连续数据,这些数据和二进制布尔逼近之间的误差最小。
用法----------Usage----------
residualError(CNOlist)
参数----------Arguments----------
参数:CNOlist
a CNOlist
1 CNOlist
Details
详情----------Details----------
Be aware that it is expected that $valueSignals[[1]] holds t0 (all signals=0) and $valueSignals[[2]] holds t1, $valueSignals[[3]] holds t2. If you give a CNOlist with more than 3 elements in valueSignals you will get a warning message but the function should still work based on the first 2 time points. If you give a CNOlist with only 2 elements in valueSignals (i.e. you don't have a time 2), the function will fill in the residual error t1 and leave t2 and t1andt2 = NA
要知道,它预计,$valueSignals[[1]]拥有T0(所有信号= 0)和$valueSignals[[2]]持有T1$valueSignals[[3]]持有T2。如果你给你CNOlist超过3在valueSignals元素会得到一个警告消息,但应该仍然工作在第一时间2点的功能。只有2在valueSignals元素(即你没有时间2)如果你给一个CNOlist,该功能将填补在残差T1和离开T2和t1andt2的=不适用
值----------Value----------
a vector with named entries t1, t2 and t1andt2 that hold the residual error for when only t1 is considered, only t2 is considered, or both are considered
项名为T1,T2和t1andt2举行时被认为是唯一的T1,T2是考虑,或两者都认为残差向量
作者(S)----------Author(s)----------
C. Terfve
参见----------See Also----------
makeCNOlist, normaliseCNOlist, GetFit
makeCNOlist,normaliseCNOlist,GetFit
举例----------Examples----------
data(CNOlistToy,package="CellNOptR")
resECNOlistToy<-residualError(CNOlistToy)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|