R/hessian_row.R

Defines functions hessian_row

hessian_row <- function(x, pm) {
  return(colSums(x * pm))
}
sarahlotspeich/logreg2ph documentation built on July 24, 2022, 6:34 p.m.