Hi there,
I have been trying to run the following probit model:
// TRANSITION GRADE 1 TO 2
probit yvar xvars if serie ==1
but i keeping getting the “backed up” message throughout the interactions. As I was reading Stata guide, in order to solve that i need to use the gradient option to tight up the convergence criterion
I need you guys help to set the gradient options.
I tried many ways to set the gradient, but i couldnt`t do it.
Example:
probit yvar xvars gradient(ltol(0) tol(1e-7)) if serie ==1
If anyone can help me, plese!!!
Max
I have been trying to run the following probit model:
// TRANSITION GRADE 1 TO 2
probit yvar xvars if serie ==1
but i keeping getting the “backed up” message throughout the interactions. As I was reading Stata guide, in order to solve that i need to use the gradient option to tight up the convergence criterion
I need you guys help to set the gradient options.
I tried many ways to set the gradient, but i couldnt`t do it.
Example:
probit yvar xvars gradient(ltol(0) tol(1e-7)) if serie ==1
If anyone can help me, plese!!!
Max
Comment