Displaying 2 results from an estimated 2 matches for "clutchsize".
2008 Dec 17
1
Model building using lmer
...t (I hope).
I am running version 2.7.1 on Windows Vista. I have small dataset
which consists of:
# NestID: nest indicator 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 some...
2010 Mar 24
0
Predict from glm
Dear list members,
I fitted a glm model (See output below). My outcome is death, and weight
(continuous), ClutchSize (3-level factor), EggVolume (continuous), Sex
(obviously 2-level factor), and SiblingCompetence (2-level factor) are my
covariates.
I'd like to obtain the odds of death for a range of Weights, EggVolumes, and
different combinations of ClutchSize. I've tried using the "predict"...