Skip to content

mccauslw/RanCh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

119 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RanCh

An R project providing tools and data for abstract discrete Random Choice analysis.

To install and load, update R to at least version 3.6.0, then at the R prompt:

  1. Install devtools package, load it, then load RanCh package (to do once)
install.packages("devtools")
library(devtools)
install_github("mccauslw/RanCh", build_vignettes=TRUE)
  1. Load RanCh package (to do each R session before using package)
library(RanCh)

Other useful information:

  • 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')

About

R project with tools for abstract discrete Random Choice

Resources

License

Unknown, MIT licenses found

Licenses found

Unknown
LICENSE
MIT
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages