Description Usage Arguments Value Author(s) Examples
Used by generic predict function
1 2 |
object |
An object of class GClm |
x |
value of the predictor variable |
level |
desired level of prediction interval |
... |
ignored |
numeric prediction
Homer White hwhite0@georgetowncollege.edu
1 2 3 4 5 | #predict fastest speed driven, for person with GPA=3.0:
SpeedModel <- lmGC(fastest~GPA,data=m111survey)
predict(SpeedModel,x=3.0)
#include prediction interval:
predict(SpeedModel,x=3.0,level=0.95)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.