sample_test: Run a simulation to create a sample of test scores

Description Usage Arguments Value Examples

Description

Run a simulation to create a sample of test scores

Usage

1
sample_test(test, trials, know = 0)

Arguments

test

The test object

trials

The desired number of iterations, i.e. the sample size

know

The 'knowledge' of the test taker, i.e. a knowledge of 0.5 indicates that there is 50 percent chance they will know (meaning provide the correct) answer

Value

A result object

Examples

1
2
sample_test(test1,100)
sample_test(test1,5000,0.25)

DanNashSoton/GuessR documentation built on May 28, 2019, 1:34 a.m.