R/ret_hess.R

Defines functions ret_hess

ret_hess <- function(final_par,A,S,F,A_fixed,A_est,S_fixed,S_est){
  mult = RAMmult(par=final_par,A,S,F,A_fixed,A_est,S_fixed,S_est)
  retH = hessian(par=final_par,ImpCov=mult$ImpCov,A,A_fixed,A_est,
                          S,S_fixed,S_est,F)
  retH
}

Try the regsem package in your browser

Any scripts or data that you put into this service are public.

regsem documentation built on June 7, 2023, 5:58 p.m.