This function computes the standard errors of the parameters in vector theta. This is done using an approximation of the Hessian matrix (using hessian and nearPD if info_mat is not PD).
Usage
thetaSE(mdl)
Value
List provided as input with additional attributes HESS,theta_se, info_mat, and nearPD_used.