Hello,
Please I am new in stata so it's quite difficult for me to solve some regression problems.
Actually, I am trying to estimate an endogenous switching regression model using the movestay command where my selection dependent variable is ADOPT(dummy) while my outcome dependent variable is HDDS(continuous).
Unfortunately I keep getting the following error. i tried to add the variables progressively but either of the messages below. the strange part is that the same command was ran on a different computer using the same of stata and it produced results without any errors.
I am getting desperate. Can someone help me solve this problem? Please
global str GENDER AGE YEARSOFEDUC INCOMEO DISNEARESTMARKETKM TENURE CREDITACCESS
. movestay(HDDS=$str),select(ADOPT=$str MEDIA)
Fitting initial values .....
initial: log likelihood = -<inf> (could not be evaluated)
could not find feasible values
r(491);
or
movestay HDDS INCOMEO AGE AGRICEXPERIENCE ,select(ADOPT=MEDIA)
Fitting initial values .....initial vector: copy option requires either a matrix or a list of numbers
r(198);
Related Posts with endogenous switching regression model
Print out matrix values in the process of Mata functionHello all, I was trying to print out intermediate matrix results in order to debug my Mata function…
Stripping a variable of another's effect (or Fama-MacBeth regressions)Hello everyone, I have time series data with over 1000 daily observations regarding financial asset…
Command for Listwise deletionI am doing linear regression and my IV has more cases than my DV so our instructor told us to do lis…
Interpretation formulas of Poisson regression coefficient formula for percentages and logsDear Statalist members, I have done a Poisson fixed effects panel regression (Stata 13) regressing …
Overlay predicted probabilities from separate logistic regressionsI would like to overlay predicted probabilities from two separate logistic regressions. My outcome o…
Subscribe to:
Post Comments (Atom)
0 Response to endogenous switching regression model
Post a Comment