File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
# ' Compute normal data ellipses
2
2
# '
3
3
# ' 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 )
5
5
# '
6
6
# ' @references John Fox and Sanford Weisberg (2011). An \R Companion to
7
7
# ' Applied Regression, Second Edition. Thousand Oaks CA: Sage. URL:
8
8
# ' \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
+ # '
9
12
# ' @param level The level at which to draw an ellipse,
10
13
# ' or, if `type="euclid"`, the radius of the circle to be drawn.
11
14
# ' @param type The type of ellipse.
You can’t perform that action at this time.
0 commit comments