We have recently exposed some of the algorithm parameters for controlling the numerical continuation in logit_solve, logit_solve_lambda, and logit_solve_branch. At the moment these aren't being checked for being valid values. The initial step length should be positive, and the acceleration factor should always be at least one.
We have recently exposed some of the algorithm parameters for controlling the numerical continuation in
logit_solve
,logit_solve_lambda
, andlogit_solve_branch
. At the moment these aren't being checked for being valid values. The initial step length should be positive, and the acceleration factor should always be at least one.