Skip to content

Commit d85eb62

Browse files
authored
Merge pull request #4803 from benyamindsmith/main
Included Friendly and Monette
2 parents 6ff4b04 + 21cb091 commit d85eb62

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

R/stat-ellipse.R

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
#' Compute normal data ellipses
22
#'
33
#' The method for calculating the ellipses has been modified from
4-
#' `car::dataEllipse` (Fox and Weisberg, 2011)
4+
#' `car::dataEllipse` (Fox and Weisberg 2011, Friendly and Monette 2013)
55
#'
66
#' @references John Fox and Sanford Weisberg (2011). An \R Companion to
77
#' Applied Regression, Second Edition. Thousand Oaks CA: Sage. URL:
88
#' \url{https://socialsciences.mcmaster.ca/jfox/Books/Companion/}
9+
#' @refereces Michael Friendly. Georges Monette. John Fox. "Elliptical Insights: Understanding Statistical Methods through Elliptical Geometry."
10+
#' Statist. Sci. 28 (1) 1 - 39, February 2013. URL: \url{https://projecteuclid.org/journals/statistical-science/volume-28/issue-1/Elliptical-Insights-Understanding-Statistical-Methods-through-Elliptical-Geometry/10.1214/12-STS402.full}
11+
#'
912
#' @param level The level at which to draw an ellipse,
1013
#' or, if `type="euclid"`, the radius of the circle to be drawn.
1114
#' @param type The type of ellipse.

0 commit comments

Comments
 (0)