Logistic growth curve model problem
Posted: Mon Aug 10, 2015 12:02 pm
Hi there,
I am trying to run a three-level logistic growth curve model. For some reason this works fine for one outcome (health_bin) but not for another (Kess_bin)
Using the following syntax I obtain the following model output for binary-self-rated health:
runmlwin health_bin cons E_D E_E W_A W_D S_A S_D NI_A NI_D hiinc_lowocc hiocc_lowinc gm_age, level3(mcsid: cons) level2(urn: cons gm_age) level1(time) discrete(distribution(binomial) link(logit) denominator(cons)) nopause
However if I specify the same model using binary Kessler scores then the slope variance and covariance are both estimated as zero:
runmlwin Kess_bin cons E_D E_E W_A W_D S_A S_D NI_A NI_D hiinc_lowocc hiocc_lowinc gm_age, level3(mcsid: cons) level2(urn: cons gm_age) level1(time) discrete(distribution(binomial) link(logit) denominator(cons)) nopause
I'm really struggling to see why this would be the case and wondered if you could offer any possible explanations?
Many thanks,
Elisabeth
I am trying to run a three-level logistic growth curve model. For some reason this works fine for one outcome (health_bin) but not for another (Kess_bin)
Using the following syntax I obtain the following model output for binary-self-rated health:
runmlwin health_bin cons E_D E_E W_A W_D S_A S_D NI_A NI_D hiinc_lowocc hiocc_lowinc gm_age, level3(mcsid: cons) level2(urn: cons gm_age) level1(time) discrete(distribution(binomial) link(logit) denominator(cons)) nopause
However if I specify the same model using binary Kessler scores then the slope variance and covariance are both estimated as zero:
runmlwin Kess_bin cons E_D E_E W_A W_D S_A S_D NI_A NI_D hiinc_lowocc hiocc_lowinc gm_age, level3(mcsid: cons) level2(urn: cons gm_age) level1(time) discrete(distribution(binomial) link(logit) denominator(cons)) nopause
I'm really struggling to see why this would be the case and wondered if you could offer any possible explanations?
Many thanks,
Elisabeth