inst/doc/Valection_Introduction.R

### R code from vignette source 'Valection_Introduction.Rnw'

###################################################
### code chunk number 1: setup
###################################################
options(width=100, signif=3, digits=3)
set.seed(0xdada)


###################################################
### code chunk number 2: eg.run.valection (eval = FALSE)
###################################################
## require('valection');
##  
## # run the sampling to select 10 candidates
## run.equal.per.caller(
## 	budget = 10,
## 	infile = "/home/me/calls.valec",
## 	outfile = "/home/me/selections.txt",
## 	seed = 50
## 	);

Try the valection package in your browser

Any scripts or data that you put into this service are public.

valection documentation built on May 2, 2019, 7 a.m.