CAST.audit {elec} | R Documentation |
Given audit data, compute p.values and all that.
Description
Given audit data, compute p.values and all that.
Usage
CAST.audit(Z, audit = NULL, plan = NULL, ...)
Arguments
Z |
elec.data object (voter matrix) |
audit |
A data.matrix holding the audit data, if the Z object does not have one, or if it is desirable to override it. If both the Z object has an audit object and audit is not null, it will use this parameter and ignore the one in Z. |
plan |
An audit.plan object that the audit was conducted under. |
... |
Passed to CAST.calc.sample if plan is null and needs to be regenerated. |
[Package elec version 0.1.2.2 Index]