summary.autoMrP {autoMrP} | R Documentation |
A summary method for autoMrP objects.
Description
summary.autoMrP()
...
Usage
## S3 method for class 'autoMrP'
summary(
object,
ci.lvl = 0.95,
digits = 4,
format = "simple",
classifiers = NULL,
n = 10,
...
)
Arguments
object |
An |
ci.lvl |
The level of the confidence intervals. A proportion. Default is
|
digits |
The number of digits to be displayed. An integer scalar.
Default is |
format |
The table format. A character string passed to
|
classifiers |
Summarize a single classifier. A character string. Must be
one of |
n |
Number of rows to be printed. An integer scalar. Default is
|
... |
Additional arguments affecting the summary produced. |
Value
No return value, prints a summary of the context level preference estimates to the console.
[Package autoMrP version 1.0.6 Index]