Displaying 1 result from an estimated 1 matches for "wfsd4".
Did you mean:
nfsd4
2003 Apr 22
1
Quick query on output
...have
(apparently) gotten working syntax. But, I don't want to wait a long time
only to find I have not made the correct syntax to see the output. So,
what I've written is:
EXCERPT FROM COMMAND FILE:
glmmPQL(plfp ~ -1 + bmrd4 + bmsd4 + wmrd4 + wmsd4 + bfrd4 + bfsd4 +
wfrd4 + wfsd4 + y4yrsed + y4age + y4age2,
data=PLFPANAL,
random=~ bm4 + wm4 + bf4 + wf4 | state,
family=binomial,
weights=wt1)
summary(fm1)
q
END OF EXCERPT FROM COMMAND FILE
I bet the "suummary(fm1)" line is wrong, it was apparently a holdover from
some other code I...