Displaying 1 result from an estimated 1 matches for "tree_01".
2013 Jan 15
0
temporal and spatial correlation structures in GAMM
...SHRUB_CV) with the response variable it leads me to the gamm option…
I start the
model building procedure by finding firstly the best fixed structure and after
the best random effect structure and finally the best model.
I my case
my first attempt final model was obtained by:
Model <-
gamm4(TREE_01 ~ s(Day) + T_MAX + SHRUB_CV + D_AV5RS_KM +
D_RIP_KM +
FOREST_PP, random = ~ (1 | fAnimal),
method =
"REML", control = lmc, family = binomial, data = RSTEMP_01_X2)
summary(Model$gam)
Family:
binomial
Link
function: logit
Formula:
TREE_01 ~
s(Day) + T_MAX + SHRUB_CV + D_AV5RS_KM + D_RI...