concurrenceReport: Generates a label concurrence report

Description Usage Arguments Value See Also Examples

View source: R/concurrence.R

Description

This function produces a label concurrence report, providing the average SCUMBLE, SCUMBLE by label, a list with the minority labels most affected by this problem indicating which majority labels they appear with, and a concurrence plot. The report output is written in the standard output by default, but it could be redirected to a PDF file.

Usage

1
concurrenceReport(mld, pdfOutput = FALSE, file = "Rconcurrence.pdf")

Arguments

mld

mldr object to analyze

pdfOutput

Boolean value indicating if the output has to be sent to a PDF file. Defaults to true, so the output is shown in the console.

file

If the pdfOutput parameter is true the output will be written in the file specified by this parameter. The default file name is Rocurrence.pdf.

Value

None

See Also

remedial, labelInteractions

Examples

1
2
3
4
5
library(mldr)
## Not run: 
concurrenceReport(birds)

## End(Not run)

mldr documentation built on Jan. 11, 2020, 9:18 a.m.