print.MUS.evaluation.result: Pretty and comprehensive printing of MUS evaluation results

Description Usage Arguments Author(s) See Also

Description

Pretty and comprehensive printing of MUS evaluation results that can be used for working papers.

Usage

1
2
3
4
## S3 method for class 'MUS.evaluation.result'
print(x, error.rate, print.misstatements,
  print.planning, print.extraction, print.error.as.pct, print.advice,
	style, use.pander, ...)

Arguments

x

A MUS.evaluation.result object that you got by executing the function MUS.evaluation.

error.rate

Selects type of error rate calculation (i.e., "high", "low", "both" or "auto"). Defaults to "auto".

print.misstatements

Boolean. Should misstatements table be printed? Defaults to TRUE.

print.planning

Boolean. Should planning parameters be printed? Defaults to FALSE.

print.extraction

Boolean. Should extraction parameters be printed? Defaults to FALSE.

print.error.as.pct

Boolean. Should errors as percentage be printed? Defaults to TRUE.

print.advice

Boolean. Should recommendations be printed? Defaults to TRUE.

style

Two options: "report" or "default". Report uses an alternative layout. Defaults to "default".

use.pander

Boolean. Uses pander to generate rmarkdown report. Defaults to FALSE.

...

Further arguments, currently ignored.

Author(s)

Henning Prömpers <henning@proempers.net>

See Also

MUS.evaluation for evaluation of the extracted and audited sample.


MUS documentation built on May 2, 2019, 12:36 p.m.