Hi, Is there a function to calculate probabilities for new out-of-sample data once we fit a model using the in-sample data?
predict(model, newdata=... ) seems to require the new data to be the same size as the original data used to fit the model. In short, I would like to fit a model and then pass out-of-sample data to calculate probabilities. Regards, Alp [[alternative HTML version deleted]] ______________________________________________ R-help@r-project.org mailing list https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.