Re: [R] How to create density ellipses with R

2022-01-15 Thread Michael L Friendly
ellipse draws mathematical ellipses, I believe For proper bivariate normal density ellipses (not simply contours), check out: car::dataEllipse heplots::covEllipses -Michael Message: 1 Date: Fri, 14 Jan 2022 10:12:50 -0500 From: Paul Bernal To: R Subject: [R] How to create density ellipses

Re: [R] How to create density ellipses with R

2022-01-15 Thread John Fox
nal" Cc: "R" Sent: Friday, 14 January, 2022 18:53:55 Subject: Re: [R] How to create density ellipses with R Dear Paul, On 2022-01-14 1:17 p.m., Paul Bernal wrote: Dear John and R community friends, To be a little bit more specific, what I need to accomplish is the cr

Re: [R] How to create density ellipses with R

2022-01-15 Thread Chris Evans
nearer 20 years on this list. Thanks to all for all the work to maintain the list and contribute to it. Chris - Original Message - > From: "John Fox" > To: "Paul Bernal" > Cc: "R" > Sent: Friday, 14 January, 2022 18:53:55 > Subject: Re:

Re: [R] How to create density ellipses with R

2022-01-14 Thread John Fox
Dear Paul, On 2022-01-14 1:17 p.m., Paul Bernal wrote: Dear John and R community friends, To be a little bit more specific, what I need to accomplish is the creation of a confidence interval ellipse over a scatterplotĀ at different percentiles. The confidence interval ellipses should be drawn

Re: [R] How to create density ellipses with R

2022-01-14 Thread Duncan Murdoch
On 14/01/2022 1:17 p.m., Paul Bernal wrote: Dear John and R community friends, To be a little bit more specific, what I need to accomplish is the creation of a confidence interval ellipse over a scatterplot at different percentiles. The confidence interval ellipses should be drawn over the scatt

Re: [R] How to create density ellipses with R

2022-01-14 Thread Paul Bernal
Dear John and R community friends, To be a little bit more specific, what I need to accomplish is the creation of a confidence interval ellipse over a scatterplot at different percentiles. The confidence interval ellipses should be drawn over the scatterplot. Any other guidance will be greatly ap

Re: [R] How to create density ellipses with R

2022-01-14 Thread Martin Maechler
> Gerrit Eichner > on Fri, 14 Jan 2022 16:42:28 +0100 writes: > Hi Paul, take a look at base R's function contour (and the > Examples section of its help page), and follow maybe the > hints under "See also". > Hth -- Gerrit Also, with Recommended packages 'cluster'

Re: [R] How to create density ellipses with R

2022-01-14 Thread John Fox
Dear Paul, As I understand it, the ellipse package is meant for drawing confidence ellipses, not density (i.e., data) ellipses. You should be able to use ellipse::ellipse() to draw a bivariate-normal density ellipse (assuming that's what you want), but you'll have to do some computation first.

Re: [R] How to create density ellipses with R

2022-01-14 Thread Gerrit Eichner
Hi Paul, take a look at base R's function contour (and the Examples section of its help page), and follow maybe the hints under "See also". Hth -- Gerrit - Dr. Gerrit Eichner Mathematical Institute, Room 21

[R] How to create density ellipses with R

2022-01-14 Thread Paul Bernal
Dear R friends, Happy new year to you all. Not quite sure if this is the proper place to ask about this, so I apologize if it is not, and if it isnĀ“t, maybe you can point me to the right place. I would like to know if there is any R package that allows me to produce density ellipses. Searching th