| summary.matchFeat {matchFeat} | R Documentation |
Summarize a matchFeat Object
Description
summary method for class "matchFeat"
Usage
## S3 method for class 'matchFeat'
summary(object, ...)
Arguments
object |
an object of class |
... |
additional arguments; not currently used. |
Details
The function summary.matchFeat displays all fields of a matchFeat object at the exception of x, y, par, nonpar, normscb, and bootscb which are potentially big. It provides information on the function call, data, local polynomial fit, SCB, and statistical tests.
Value
No return value, called for side effects
See Also
predict.matchFeat,
print.matchFeat
Examples
data(optdigits)
result <- match.bca(optdigits$x, optdigits$unit)
summary(result)
[Package matchFeat version 1.0 Index]