Displaying 1 result from an estimated 1 matches for "not_converg".
Did you mean:
not_converged
2018 Feb 02
1
R-gui sessions end when executing C-code
...,H_c)); n_prot++;
double *exp_eta_c; exp_eta_c = REAL(exp_eta);
SEXP psi_ln_psiq = PROTECT(allocVector(REALSXP,H_c)); n_prot++;
double *psi_ln_psiq_c; psi_ln_psiq_c = REAL(psi_ln_psiq);
int not_converged;
int maxIter = 10000;
int iter;
int start_c;
/* loop indeces */
int i;
int j;
int k;...