Displaying 2 results from an estimated 2 matches for "sibcomp".
2008 Dec 17
1
Model building using lmer
...for each chicken. Siblings sharing the same nest have the same nest indicator.
# Chick: chick indicator consisting of a unique ID for each single chick.
# Year: 1, 2.
# ClutchSize: 1-, 2- , 3-eggs.
# HO: hatching order within each clutch (1, 2, 3 [first, second and third-hatched chick]).
# SibComp: sibling competence: present/ absent (0, 1)
# Death2: death at two days post-hatch (0, 1)
# Death10: death at ten days post-hatch (0, 1)
So a subset of my dataset looks something like this:
NestID Chick Year ClutchSize HO Hatching SibComp Death2 Death10
1 1 1 1 1 1...
2010 Mar 24
0
Predict from glm
...? I am not including codes with predict function in my message
because I got it totally wrong (lots of errors) and I'd rather start from
scratch with some fresh guidance from the list.
Thank you very much. Luciano
Call:
glm(formula = Death ~ Weight + ClutchSize + EggVolume + Sex + SibComp,
family=binomial)
Deviance Residuals:
Min 1Q Median 3Q Max
-1.7205 -0.8476 -0.5362 0.9769 2.3132
Coefficients:
Estimate Std. Error z value Pr(>|z|)
(Intercept) 5.90543 2.60526 2.267 0.0234 *
Weight -0.02521...