I realize this may be better asked on Stack Overflow, but thought I would try to elicit a response here first.
Here is my problem
I am simulating a GAM from the posterior of the multivariate normal distribution based on examples from Simon Wood's GAM textbook.
I am able to easily obtain confidence intervals (CIs) for the maximum $X$ using the quantile() R function, but I would now like to obtain an estimates of the standard error (SE) for the different GAM bases that I choose. I don't think simply using sd() will work here. If not, then is there a way to somehow extract the SE from the CIs?