wrapup.smart(VGAM)
wrapup.smart()所属R语言包:VGAM
Cleans Up After Smart Prediction
清理后,智能预测
译者:生物统计家园网 机器人LoveR
描述----------Description----------
wrapup.smart deletes any variables used by smart prediction. Needed by both the modelling function and the prediction function.
wrapup.smart删除任何使用智能预测的变量。所需要的建模函数和预测函数。
用法----------Usage----------
wrapup.smart()
Details
详细信息----------Details----------
The variables to be deleted are .smart.prediction, .smart.prediction.counter, and .smart.prediction.mode. The function wrapup.smart is useful in R because these variables are held in smartpredenv. In S-PLUS, wrapup.smart is not really necessary because the variables are placed in frame 1, which disappears when finished anyway.
要删除的变量是.smart.prediction,.smart.prediction.counter和.smart.prediction.mode。函数wrapup.smart在R是有用的,因为这些变量在smartpredenv举行。在S-PLUS,wrapup.smart是不是真的有必要,因为变量放在第1帧,完成后,无论如何消失。
参考文献----------References----------
for details.
参见----------See Also----------
setup.smart.
setup.smart。
实例----------Examples----------
## Not run: # Place this inside modelling functions such as lm, glm, vglm.[#不运行:#放在这里面的建模功能,如流明,GLM,vglm。]
wrapup.smart() # Put at the end of lm[放在结束时的流明]
## End(Not run)[#(不执行)]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|