Given the parameters of the confidence ellipse in the space of covariate coefficients, it returns the confidence region of the effect.
confregion(mu, Sig, conf = 0.95, npoints = 100)
data.frame
with three columns (named p1
, p2
, and p3
)
with ternary coordinates of the points of the ellipse.
centre of the ellipse.
covariance matrix of the ellipse.
confidence level of the region.
number of points of the border.