CAST.audit: Given audit data, compute p.values and all that.

View source: R/CAST.R

CAST.auditR 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.


elec documentation built on April 27, 2022, 1:05 a.m.