RMSE(qpcR)
RMSE()所属R语言包:qpcR
Root-mean-squared-error of a fitted model
根均方误差的拟合模型
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Calculates the root-mean-squared-error (RMSE) for objects of class nls, lm, glm, drc or any other models from which residuals can be extacted.
计算根均方误差(RMSE)为对象的类nls,lm,glm,drc或任何其他模型从residuals可以extacted。
用法----------Usage----------
RMSE(object, which = NULL)
参数----------Arguments----------
参数:object
a fitted model.
拟合模型。
参数:which
a subset of the curve to be used for RMSE calculation. If not defined, the complete curve is used.
的曲线的一个子集被用于RMSE计算。如果没有定义,使用完整的曲线。
Details
详细信息----------Details----------
值----------Value----------
The root-mean-squared-error from the fit or a part thereof.
的根均方误差从配合或它们的一部分。
(作者)----------Author(s)----------
Andrej-Nikolai Spiess
实例----------Examples----------
## for a part of the curve[#的曲线的一部分]
m1 <- pcrfit(reps, 1, 2, l5)
RMSE(m1, 10:15)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|