[Limdep Nlogit List] Question

Hagedoorn, L.C. liselotte.hagedoorn at vu.nl
Sat Feb 8 00:27:05 AEDT 2020


Dear all,

I am running RPL models followed by Krinsky and Robb simulations (see code below). Does anyone know if the results of the Krinsky and Robb simulations (i.e. the 10,000 WTPs) are saved somewhere and if yes, where? Or if there is a command that I can use to save these somewhere?

Thanks in advance!

Best regards,
Liselotte Hagedoorn


Nlogit
;Lhs=choice
;Choices=1,2,3
;pds=10
;Halton
;rpl
;fcn=money(t,*),erosion(t,*),fish(t,*),visitors(t),asc(u)
;Maxit=500
;pts=3200;
model:
u(1,2)= money*money + erosion*erosion + fish*fish + visitors*visitors /
u(3)= asc;
pars

ECM=(1,2)$
matrix
;V_VARB=part(VARB,1,5,1,5)
;B_B=part(B,1,5,1,1)
$



WALD; Labels = a1,a2,a3,a4,a5
    ; Start  = B_B
    ; Var    = V_VARB
    ; fn1 = wteros = a2/-a1
    ; fn2 = wtfish = a3/-a1
    ; fn3 = wtvisit = a4/-a1
    ; fn4 = wtasc = a5/-a1
    ; K&R
    ; pts=10000$



More information about the Limdep mailing list