by gwhite » Tue Mar 08, 2005 10:27 am
Lyanne:
You can use missing values in individual covariates, but you have to be very careful how you do it. First, use the z transformation to replace all the values that you do have with their z-transformed value (i.e., (x - mean)/sd). Then, for the missing values, give them the value of zero, so that they correspond to the mean. Because the new variate is scaled to have a zero mean, a zero value does not affect the slope, and represents the pivot of the line relating the covariate to the real parameter.
I only suggest this option for when the individual covariate is missing in a few places, and not because you failed to catch the animals. If you are missing the value because you failed to catch the animal, then you need to convert the covariate to a categorical variable, and use the multistrata model to handle the missing values. That is, each of the categories now represents a stratum, and animals transition between the strata, regardless of whether you captured them or not.
Gary