R/hessian_row.R

Defines functions hessian_row

hessian_row <- function(x, pm) {
  return(colSums(x * pm))
}
sarahlotspeich/logreg2ph_R_only documentation built on Jan. 20, 2025, 6:20 p.m.