0
down vote
favorite
I have performed a clogit following the instruction of Aizaki et al.2012 but I am not sure on how to interpret some results that seems quite strange. A brief explanation of what I am trying to do:I am looking at the tourist preference on different mountain habitat in which the environment change from natural to more anthropic one . I run this code
What does it mean? Moreover I don't understand why the coef are so small and why the p is 1. Any help would be very helpful!!!Thank you
down vote
favorite
I have performed a clogit following the instruction of Aizaki et al.2012 but I am not sure on how to interpret some results that seems quite strange. A brief explanation of what I am trying to do:I am looking at the tourist preference on different mountain habitat in which the environment change from natural to more anthropic one . I run this code
Code:
clogit(RES ~ ASC + People_15 + People_25 + Forest_50. + Forest_0. + Lake_50. +
Lake_0. + Price + strata(STR), data = mont)
enter code here
[HTML][HTML]Call:
clogit(RES ~ ASC + People_15 + People_25 + Forest_50. + Forest_0. + Lake_50. +
Lake_0. + Price + strata(STR), data = mont)
coef exp(coef) se(coef) z p
ASC 2.22e+01 4.17e+09 3.87e+03 0.01 1
People_15 -1.78e-08 1.00e+00 7.07e+03 0.00 1
Pleople_25 -8.00e-08 1.00e+00 1.08e+04 0.00 1
Forest_50. 1.26e-07 1.00e+00 1.04e+04 0.00 1
Forest_0. -2.15e-09 1.00e+00 7.40e+03 0.00 1
Lake_50. -1.28e-07 1.00e+00 7.15e+03 0.00 1
Lake_0. -8.59e-08 1.00e+00 6.75e+03 0.00 1
Price 1.24e-09 1.00e+00 9.81e+01 0.00 1
Likelihood ratio test=363 on 8 df, p=0
n= 495, number of events= 165
I have this warning message: Warning message: In fitter(X, Y, strats, offset, init, control, weights = weights, : Ran out of iterations and did nerge
What does it mean? Moreover I don't understand why the coef are so small and why the p is 1. Any help would be very helpful!!!Thank you