Re: [R] error in "predict.gam" used with "bam"

2013-07-17 Thread julian.bothe
g care all levels are used for modell-fitting, everything is fine. All the best Julian -Ursprüngliche Nachricht- Von: Simon Wood [mailto:s.w...@bath.ac.uk] Gesendet: Dienstag, 9. Juli 2013 09:07 An: julian.bo...@elitepartner.de Cc: r-help@r-project.org Betreff: Re: [R] error in "pr

Re: [R] error in "predict.gam" used with "bam"

2013-07-09 Thread Simon Wood
Hi Julian, Any chance you could send me (offline) a short version of your data, which reproduces the problem? I can't reproduce it in a quick attempt (but it is quite puzzling, given that bam calls predict.gam internally in pretty much the same way that you are doing here). btw (and nothing

[R] error in "predict.gam" used with "bam"

2013-07-08 Thread julian.bothe
Hello everyone. I am doing a logistic gam (package mgcv) on a pretty large dataframe (130.000 cases with 100 variables). Because of that, the gam is fitted on a random subset of 1. Now when I want to predict the values for the rest of the data, I get the following error: > gam.basis_al