I am interested in how to create a (joint) confidence region (such as confidence ellipse) for a vector of parameters greater than 1.
It is easy to bootstrap many replications of the bootstrapped statistic by just returning a vector of length greater than 1 from the statistic function for the boot
function in the boot
package. But I don't know in R how to go from those replications to a, e.g., 95%, confidence region.
Note that I do not need to plot the region. I'm not sure how it would be represented internally in R. I would like to be able to check whether certain sets are a subset of the confidence region.