Skip to content
Prev 350998 / 398502 Next

R Commander qcc

Dear John and Greg,

As John says, even with the about 40 plugin packages that are on CRAN (the R package archive network), the Rcmdr covers only a small fraction of what's available in base R and the thousands of CRAN packages.

As it turns out, however, there's an Rcmdr quality-control plugin that may meet Greg's needs, RcmdrPlugin.qual <http://cran.r-project.org/web/packages/RcmdrPlugin.qual/index.html>. You might check that out. Install it via the command install.packages("RcmdrPlugin.qual") at the R > command prompt, and then either load it via the Rcmdr Tools menu or directly via library(RcmdrPlugin.qual).

More generally, the names of most Rcmdr plugins begin with "RcmdrPlugin.". If you go to the alphbetical CRAN packages list at <http://cran.r-project.org/web/packages/available_packages_by_name.html> and search for "RcmdrPlugin.", you'll see them. Searching for "Rcmdr" will turn up a few more.

I hope this helps,
 John

------------------------------------------------
John Fox, Professor
McMaster University
Hamilton, Ontario, Canada
http://socserv.mcmaster.ca/jfox/
	
	
	

On Sun, 17 May 2015 02:51:30 -0800
John Kane <jrkrideau at inbox.com> wrote: