summary.ndlClassify {ndl} | R Documentation |
A summarization method for an object of the class "ndlClassify"
.
## S3 method for class 'ndlClassify'
summary(object, ...)
## S3 method for class 'summary.ndlClassify'
print(x, digits = max(3, getOption("digits") - 3), max.print=10, ...)
object |
An object of class |
x |
An object of class |
digits |
The number of significant digits to use when printing. |
max.print |
The maximum number of rows of |
... |
Control arguments passed to or from other methods,
e.g. |
Calculates descriptive statistics of a fitted Naive Discriminatory Learning model and prints a nice summary of the key results.
summary.ndlClassify
returns an object of the class
"summary.ndlClassify"
, a list with the following components:
call
The call matched to fit the "ndlClassify"
object.
formula
The formula specified for the "ndlClassify"
object.
weights
The estimated weights.
statistics
A range of descriptive statistics calculated with ndlStatistics
.
Antti Arppe
Arppe, A. and Baayen, R. H. (in prep.)
ndlClassify, ndlStatistics, modelStatistics
## For examples see examples(ndlClassify).