Displaying 1 result from an estimated 1 matches for "ttme".
Did you mean:
time
2005 Apr 03
1
wrong signs using MNP.
...f the estimates are all opposite those of Greene's table. Might
anyone be able to tell me what I am doing wrong?
I have attached the function call, the coefficients, and a few rows of the
data. The dataset has 210 observations.
Thanks,
--Bill
res1<-mnp(mc ~ 1,
choiceX = list(a=cbind(ttme.1,gc.1,hinc),
b=cbind(ttme.2,gc.2,0),
c=cbind(ttme.3,gc.3,0),
d=cbind(ttme.4,gc.4,0)
),
cXnames = c("ttme","gc","hinc"),
data = wide,
n.draws = 1500,
burnin = 50,
base = "d",
verbose =...