Re: [R] how to visualise the smoothers of a model averaged GAM ?

2012-09-05 Thread fmoreira
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,

[R] how to visualise the smoothers of a model averaged GAM ?

2012-09-05 Thread fmoreira
Hi, It is not clear to me what a model-averaged (sensu MuMIn package) GAM is... How is the smoother averaged and how can I see it ? My model is: M.gam.auto <- gam (Leksite ~ s(Altmean,k=4) + s(Class_unfav_prop, k=4) + + s(Visib2000, k=4) + s(Ddisturbance, k=4) + s(Steppe_prop, k=