[R] Time and space considerations in using predict.glm.

2010-08-24 Thread Daniel Yarlett
Hello, I am using R to train a logistic regression model and save the resulting model to disk. I am then subsequently reloading these saved objects, and using predict.glm on them in order to make predictions about single-row data frames that are generated in real-time from requests arriving at an

[R] Time and space considerations in using predict.glm()

2010-08-24 Thread Daniel Yarlett
Hello, I am using R to train a logistic regression model and save the resulting model to disk. I am then subsequently reloading these saved objects, and using predict.glm on them in order to make predictions about single-row data frames that are generated in real-time from requests arriving at an