Learn R Programming

jfa (version 0.7.0)

report: Audit Sampling: Reporting

Description

report() takes an object of class jfaEvaluation as returned by the evaluation() function automatically generates a html or pdf report containing the most relevant statistical results and their interpretation.

Usage

report(
  object,
  file = "report.html"
)

Value

A html or pdf file containing the report.

Arguments

object

an object of class jfaEvaluation as returned by the evaluation() function.

file

a character specifying the name and format of the report (e.g. report.html).

Author

Koen Derks, k.derks@nyenrode.nl

See Also

auditPrior planning selection evaluation

Examples

Run this code
result <- evaluation(x = 0, n = 100)
if (FALSE) {
report(result)
}

Run the code above in your browser using DataLab