An R project providing tools and data for abstract discrete Random Choice analysis.
- Install devtools package, load it, then load RanCh package (to do once)
install.packages("devtools")
library(devtools)
install_github("mccauslw/RanCh", build_vignettes=TRUE)- Load RanCh package (to do each R session before using package)
library(RanCh)- To get help for RanCh package:
help(RanCh)- To get list of all functions, with short descriptions:
library(help='RanCh')- To get help on a particular function:
help('regularity')- To read vignette: (an introduction to the RanCh package with examples)
vignette('main_vignette', package='RanCh')- To ask questions and give feedback: mccauslw@mac.com