Displaying 2 results from an estimated 2 matches for "plfpanal".
2003 Apr 22
1
Quick query on output
...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 tried to emulate. At any rate, what do I do to g...
2003 Apr 18
1
Help with nlme--freq weights, logit model, and more
...+ bf + bfxd +
+ wf + wfxd +
+ yrsed + age + age2)),
+ fixed=list(bm ~ 1, bmxd ~ 1,
+ wm ~ 1, wmxd ~ 1,
+ bf ~ 1, bfxd ~ 1,
+ wf ~ 1, wfxd ~ 1,
+ yrsed ~ 1, age ~ 1, age2 ~ 1,
+ data = PLFPANAL,
+ random=list(bm ~ 1, wm ~ 1, bf ~ 1, wf ~ 1),
+ start = c(bm = 0, bmxd = 0,
+ wm = 0, wmxd = 0,
+ bf = 0, bfxd = 0,
+ wf = 0, wfxd = 0,
+ yrsed = 0, age = 0, age2 = 0))
Error in parse(file, n, text, prompt) : parse error
Execution ha...