print.dcs {DCSmooth}R Documentation

Summarize Results from Double Conditional Smoothing

Description

print method for class "dcs"

Usage

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

Arguments

x

an object of class "dcs", usually, a result of a call to dcs.

...

Additional arguments passed to print.dcs.

Value

No return value.

Details

print.dcs prints a short summary of an object of class dcs, only including bandwidths and the estimated variance coefficient (only if automatic bandwidth selection is used).

See Also

plot.dcs, print.dcs_options

Examples

y <- y.norm1 + matrix(rnorm(101^2), nrow = 101, ncol = 101)
dcs_object <- dcs(y)
print(dcs_object)
dcs_object


[Package DCSmooth version 1.1.2 Index]