Displaying 1 result from an estimated 1 matches for "eta_c".
Did you mean:
eta_
2018 Feb 02
1
R-gui sessions end when executing C-code
...; q_c = REAL(q_copy);
SEXP q_new = PROTECT(allocVector(REALSXP,length(q))); n_prot++;
double *q_new_c; q_new_c = REAL(q_new);
SEXP eta = PROTECT(allocVector(REALSXP,H_c)); n_prot++;
double *eta_c; eta_c = REAL(eta);
SEXP exp_eta = PROTECT(allocVector(REALSXP,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++;...