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
how to export stata result to excel using table and tabstat command Sex usual_residence registered_place income_1 income_2 Male New York Washington Dc 2000 2112 …
Using rsens for sensitivity analysis after PSM Hi everyone, Just looking for some help carrying out a sensitivity analysis after psm. After carry…
Replacing missing values with the mean by group via a loopHello, I have a large dataset of 59,000,000 observations. There are a 50 variables each beginning …
bootstrap likelihood ratio OR Lo-Mendell-Rubin adjusted likelihood ratio testDear Statalisters, Please I am looking for your help to obtain the syntax in order to calculate boo…
Negative independent valuesHello, For my research I am currently investigating the effect of financial ratios on the initial r…
Subscribe to:
Post Comments (Atom)
0 Response to logistic function (discounting models): error r(430) convergence not achieved
Post a Comment