Retrieves .smart.prediction from smartpredenv (R) or frame 1 (S-PLUS).
检索.smart.predictionsmartpredenv(R)或帧(S-PLUS)。
用法----------Usage----------
get.smart.prediction()
Details
详细信息----------Details----------
A smart modelling function such as lm allows smart functions such as bs to write to a data structure called .smart.prediction in smartpredenv (R) or frame 1 (S-PLUS). At the end of fitting, get.smart.prediction retrieves this data structure. It is then attached to the object, and used for prediction later.
lm允许一个聪明的建模功能,如智能功能,如bs写一个数据结构称为.smart.predictionsmartpredenv(R)或帧(S-PLUS) 。在装修结束,get.smart.prediction检索该数据结构。然后,它被附加到该对象,并用来预测购买。
值----------Value----------
Returns with the list .smart.prediction from smartpredenv (R) or frame 1 (S-PLUS).
返回的列表.smart.predictionsmartpredenv(R)或帧(S-PLUS)。
参见----------See Also----------
get.smart, lm.
get.smart,lm。
实例----------Examples----------
## Not run: # Put at the end of lm[#不运行:#将在年底流明]
fit$smart <- get.smart.prediction()
## End(Not run)[#(不执行)]