I am attempting to use the 'scam' R package to carry out posterior simulation.
I am relying on
Can I use bootstrapping to estimate the uncertainty in a maximum value of a GAM?
for guidance.
My routine works for GAMs using vcov()
to extract the variance-covariance matrix, but vcov()
does not work for a scam object.
Any ideas on how to get the routine to work for SCAMs?
Any advice is warmly welcomed.