Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianGoueguel committed Apr 5, 2024
1 parent 50975cf commit 31e079e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![License:
MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/ChristianGoueguel/ConfidenceEllipse/graph/badge.svg?token=JAGMXN2F70)](https://codecov.io/gh/ChristianGoueguel/ConfidenceEllipse)
<!-- badges: end -->

The objective of the `ConfidenceEllipse` package is to compute the coordinate points of confidence ellipses and ellipsoids for a given bivariate and trivariate normal data. The size of the ellipse and ellipsoid is determined by the confidence level, and the shape is determined by the correlation structure between the variables. The confidence level is usually chosen to be 95% or 99%, and the resulting confidence region contains the points that are expected to lie within the multivariate distribution.
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ developed.](https://www.repostatus.org/badges/latest/active.svg)](https://www.re
stable](https://img.shields.io/badge/lifecycle-stable-brightgreen.svg)](https://lifecycle.r-lib.org/articles/stages.html#stable)
[![License:
MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://opensource.org/licenses/MIT)
[![codecov](https://codecov.io/gh/ChristianGoueguel/ConfidenceEllipse/graph/badge.svg?token=JAGMXN2F70)](https://codecov.io/gh/ChristianGoueguel/ConfidenceEllipse)
<!-- badges: end -->

The objective of the `ConfidenceEllipse` package is to compute the
Expand Down
1 change: 0 additions & 1 deletion tests/testthat/test-confidence_ellipse.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
library(tibble)
data("glass", package = "ConfidenceEllipse")
# Test cases covered:
# confidence_ellipse function stops when no data is provided.
# confidence_ellipse function stops when input data is not a data frame or tibble.
Expand Down

0 comments on commit 31e079e

Please sign in to comment.