46 search results for "Rcmdr"

Automated Re-Install of Packages for R 3.0

April 3, 2013
By

With the big release of R 3.0 today comes an unfortunate side effect of needing to re-install all of your packages. Luckily, R provides a pretty easy method of getting all of your packages into a list for automated re-install.  Here’s how to do it for OSX users with a default install to the Library:

Automated Re-Install of...

Read more »

[R-bloggers]RcmdrPlugin.KMggplot2_0.2-0 is on CRAN now

January 23, 2013
By
[R-bloggers]RcmdrPlugin.KMggplot2_0.2-0 is on CRAN now

I posted a new version of the ”RcmdrPlugin.KMggplot2” package, which is an Rcmdr plug-in for a ”ggplot2” GUI front-end. This package assists you to make ”ggplot2” graphics. RcmdrPlugin.KMggplot2 (CRAN) NEWS Changes in version 0.2-0 (2013-01-23) Added the

Read more »

Video: SQL queries in R using sqldf package

December 17, 2012
By

This video covers how to run SQL queries using the ‘sqldf’ package within R. This sqldf tutorial was part of a Keystone Solutions podcast discussion about data science and what skills beginning analysts should be learning to improve their skill set. The example files from this tutorial can be downloaded from this link: Example Data

Video: SQL...

Read more »

Getting into R, RCommander, JGR and Deducer

September 14, 2012
By

I've been meaning to post something about R for a while, but never got started, and now have a pile of things I'd like to post, so it's time to get started. I first started using R during my Master Dissertation where I had to do some stats.  I've ...

Read more »

Video: R, RStudio, Rcmdr & rattle

September 7, 2012
By

I did a screencast for my co-workers to show how to get started with R, specifically what a base installation of R looks like, then showing how to improve your workflow using RStudio, Rcmdr or rattle.  The examples are somewhat … Continue reading

Video: R, RStudio, Rcmdr & rattle is an article from randyzwitch.com, a...

Read more »

Getting Started Using R, Part 1: RStudio

August 4, 2012
By
Getting Started Using R, Part 1:  RStudio

Despite my preference for SAS over R, there are some add-ons to “basic” R that I’ve found that have made my learning process way easier.  While I’m still in my infancy in learning R, I feel like once I found … Continue reading

Getting Started Using R, Part 1: RStudio is an article from randyzwitch.com,...

Read more »

Why R is Hard to Learn

June 13, 2012
By
Why R is Hard to Learn

The open source R software for analytics has a reputation for being hard to learn. It certainly can be, especially for people who are already familiar with similar packages such as SAS, SPSS or Stata. Training and documentation that leverages … Continue reading

Read more »

[R-bloggers]RcmdrPlugin.KMggplot2_0.1-0 is on CRAN now

May 18, 2012
By
[R-bloggers]RcmdrPlugin.KMggplot2_0.1-0 is on CRAN now

I posted a new version of the ”RcmdrPlugin.KMggplot2” package, which is an Rcmdr plug-in for a ”ggplot2” GUI front-end. This package assists you to make ”ggplot2” graphics. RcmdrPlugin.KMggplot2 (CRAN) NEWS Changes in version 0.1-0 (2012-05-18) Restructu

Read more »

R – some introductory material

May 12, 2012
By

R is a statistical programming language and can be a little scary at first. I learned it during my first statistics class. While others used Stata, I decided to try if I could do the tasks in R. That was probably one of my best research-choices. My main source of knowledge was Quick-R that's an excellent resource. It...

Read more »

New version of the Rcmdr package

December 29, 2011
By

This is the massage sent by John Fox to the R-pkgs mailing list: Dear R users, I’d like to announce a new version, 1.8-1, of the Rcmdr package. The Rcmdr (“R Commander”) package provides a basic-statistics graphical user interface (GUI) to R, implemented in Tcl/Tk via the standard R tcltk package. Beyond small changes and additions, the new version of...

Read more »