On Sep 11, 2012, at 8:08 AM, exu wrote:

> I'm using library(mgcv)
> 
> I did a gam regression like this
> 
> model <- gam(formula = y ~ s(x), family="binomial")
> 
> Now I'd like to get 2 vectors x and z (with z=s(x)), so that I can implement
> the model outside R.  How can I do this?

?predict.gam

-- 

David Winsemius, MD
Alameda, CA, USA

______________________________________________
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.

Reply via email to