Re: [R] JASP vs R

2024-10-17 Thread Michael L Friendly
You should check out John Fox's Rcmdr package, https://cran.r-project.org/package=Rcmdr It was designed for exactly the situation you describe - desire to have a GUI, with R underneath, but also usable. A nice feature is that there are many 'plugins' others have developed to extend the design b

Re: [R] R-help Digest, Vol 255, Issue 17

2024-05-21 Thread Michael L Friendly
You might be interested in the `Rdatasets` package, https://vincentarelbundock.github.io/Rdatasets/ which lists over 2200 datasets from various packages. What is the context of the `lottery` dataset. I seem to recall smth to do with the NJ Lottery -Michael 1. Availability of Sdatasets (Avr

Re: [R] Double buffering plots on Windows

2024-03-25 Thread Michael L Friendly
Hi Paul Is there a concrete working example somewhere that shows how to use these to do an animation on Windows (R Gui &/or RStudio) using base R plot() and friends? I have several old examples somewhere that used to work (R < ~ 3), but now no longer work as before. Date: Mon, 25 Mar 2024 1

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 wit

Re: [R] how to run r biotools boxM terst on multiple groups?

2022-01-05 Thread Michael L Friendly
Try heplots::boxM This also has a nice plot method to visualize the contributions to box's M test. See my paper: https://www.datavis.ca/papers/EqCov-TAS.pdf > -Original Message- > From: R-help > mailto:r-help-boun...@r-project.org>> On Behalf > Of Luigi > Marongiu > Sent: Tuesday,

[R] vanilla session in R Gui or RStudio

2020-10-22 Thread Michael L Friendly
[env: Windows, R 3.6.6] When I start R from the R Gui icon or from RStudio, I get a large number of packages loaded via a namespace. Not entirely clear where these come from. As a result, I often run into problems updating packages because something is already loaded. How can start a new gui s