Maybe I should have added further details to my previous message.

So, after running

dd <- dredge (M.gam.auto)
avgmod <- model.avg(dd, subset = delta < 2)


I ask for the confidence intervals using

 confint (avgmod) 

What you are suggesting would result in the visualization of the initial
model, not of this averaged one...right?




--
View this message in context: 
http://r.789695.n4.nabble.com/how-to-visualise-the-smoothers-of-a-model-averaged-GAM-tp4642302p4642307.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
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