Extracts the first n rows whose name matches name from
sdr_summary, returning both estimates and standard errors.
Used for per-individual variables in the hierarchical model.
sdr_pull_vec(sdr_summary, name, n)Named list with estimates and ses (length-n
numeric vectors; filled with NA_real_ when rows are missing)
Matrix returned by summary(TMB::sdreport(obj))
Row name to look up (may appear multiple times)
Number of elements expected