Hi,
I use the following commands (logistic function) and Stata indicates "error r(430) convergence not achieved".
nl (choice=1/(1+exp(-{m}*(reward-y*exp(-{r}*t))))), cluster(id) nolog iterate(100)
nl (choice=1/(1+exp(-{m}*(reward-y/(1+{r}*t))))), cluster(id) nolog iterate(100)
nl (choice=1/(1+exp(-{m}*(reward-{alpha}*y*exp(-{r}*t))))), cluster(id) nolog iterate(100) level(99)
nl (choice=1/(1+exp(-{m}*(reward-{alpha=1}*y*(1-(1-{theta=3})*{r}*t)^(1/(1-{theta=3})))))), cluster(id) nolog iterate(100) level(99)
In the analysis, each respondent represents a cluster in which 75 binary choices are observed.
In the estimation, 23,925 observations are obtained, which corresponds to 319 distinct units of observation. The data looks like below.
What could be possible solutions?
Thanks.
Array
Related Posts with logistic function (discounting models): error r(430) convergence not achieved
Problem with import delimited - characters "¿" "1/2" "1/4" etcHi everyone, I want to import a public data set of standardized tests in Colombia. This information…
renvars commandHi, I am trying to run the renvars command but it keeps on giving me a particular error. Command: r…
Simulate correlated binary variablesHi, I would like to simulate correlated binary variables. Theoretically, I should have been able t…
Tobit model with two steps Dear statalisters, I am trying to estimate a generalized tobit model with two steps. The first step…
Temporary frameDear All, if a data frame is created with a temporary name it is disposed of after the end of the p…
Subscribe to:
Post Comments (Atom)
0 Response to logistic function (discounting models): error r(430) convergence not achieved
Post a Comment