print.matchFeat {matchFeat}R Documentation

Print a matchFeat Object

Description

print method for class "matchFeat".

Usage

## S3 method for class 'matchFeat'
print(x,...)

Arguments

x

an object of class "matchFeat".

...

for compatibility with the generic print method; argument not currently used.

Details

The function print.matchFeat concisely displays the information of an object of class "matchFeat". More precisely it shows the data range, bandwidth used in local polynomial estimation, and key information on SCB and statistical tests.

Value

No return value, called for side effects

See Also

predict.matchFeat, summary.matchFeat

Examples

data(optdigits)
result <- match.bca(optdigits$x, optdigits$unit)
print(result)

[Package matchFeat version 1.0 Index]