Displaying 1 result from an estimated 1 matches for "wmxd".
Did you mean:
wmid
2003 Apr 18
1
Help with nlme--freq weights, logit model, and more
Below you will find the output from a failed multi-level model run. I am
trying to estimate the following model:
Pr(PLFP=1)= logistic regression ->
B1_j * bm + B2_j * wm + B3_j bf + B4_j wf + B5 yrsed+ B6 age+ B7 age^2+e_ij
B1_j = G01 + G11 bmxd + d1
B2_j = G02 + G12 wmxd + d2
B3_j = G03 + G13 bfxd + d3
B4_j = G04 + G14 wfxd + d4
d1-d4 freely correlated
Note that there is no intercept, so the B1-B4 are race/sex specific
intercepts (bm=black male, wm=white male, bf=black female, wf=white
female).
This model allows the xd variables to influence the means within t...