I was looking at the information provided as part of the "A complete guide to 3D visualization device system in R - R software and data visualization” and was hoping that someone could provide a layman's explanation or interpretation of what the ellipsoid generated by ellipse3D()
function represents.
Looking at the description on the Inside-R site, it describes it as
outline of a confidence region for three parameters.
What's not clear to me is what that confidence region represents (e.g., probability of new observation, location of true mean, etc.)? Thanks in advance!