Last data update: 2014.03.03

R: RcmdrPlugin.UCA: Some customization to Rcmdr made by R-UCA...
RcmdrPlugin.UCA-packageR Documentation

RcmdrPlugin.UCA: Some customization to Rcmdr made by R-UCA project

Description

Some extension to Rcmdr (R Commander) made by R-UCA project and used in teaching statistics at University of Cadiz (UCA).

All the customizations provides by this package will be propouse to be part of the Rcmdr package. All the customization included in the Rcmdr package will be droped from here.

Details

Package: RcmdrPlugin.UCA
Type: Package
Version: 2.0-5
Date: 2016-01-12
License: GPL version 3 or newer

Author(s)

Manuel Munoz-Marquez <manuel.munoz@uca.es>

References

[1] http://knuth.uca.es/RcmdrPlugin.UCA

See Also

For more information see Rcmdr-package.

Para ayuda en español, véase RcmdrPlugin.UCA.es. (For Spanish help see RcmdrPlugin.UCA.es.)

Examples

# Example for two level factor
# Load data "AMSsurvey" selecting from Rcmdr menu:
# "Data" -> "Data in packages" -> "Read data set from an attached package..."
# then double-click on "car", click on "AMSsurvey" and "OK".
data(AMSsurvey)
# To make randomness test on variable "yield", select from Rcmdr menu:
# "Statistics" -> "Nonparametric tests" -> "Randomness test for two level factor..."
# select "sex" and "OK"
with(AMSsurvey, tseries::runs.test(sex))
#
#
# Example for numeric variable
# Load data "sweetpotato" selecting from Rcmdr menu:
# "Data" -> "Data in packages" -> "Read data set from an attached package..."
# then double-click on "randtests", click on "sweetpotato" and "OK".
data(sweetpotato, package="randtests")
# To make randomness test on variable "yield", select from Rcmdr menu:
# "Statistics" -> "Nonparametric tests" -> "Randomness test for numeric variable..."
# select "yield" and "OK"
with(sweetpotato, randtests::runs.test(yield))

Results


R version 3.3.1 (2016-06-21) -- "Bug in Your Hair"
Copyright (C) 2016 The R Foundation for Statistical Computing
Platform: x86_64-pc-linux-gnu (64-bit)

R is free software and comes with ABSOLUTELY NO WARRANTY.
You are welcome to redistribute it under certain conditions.
Type 'license()' or 'licence()' for distribution details.

R is a collaborative project with many contributors.
Type 'contributors()' for more information and
'citation()' on how to cite R or R packages in publications.

Type 'demo()' for some demos, 'help()' for on-line help, or
'help.start()' for an HTML browser interface to help.
Type 'q()' to quit R.

> library(RcmdrPlugin.UCA)
Error in library(RcmdrPlugin.UCA) : 
  there is no package called 'RcmdrPlugin.UCA'
Execution halted