print.dcs_options {DCSmooth} | R Documentation |
Print and Summarize Options for Double Conditional Smoothing
Description
print
method for class "dcs_options"
Usage
## S3 method for class 'dcs_options'
print(x, ...)
Arguments
x |
an object of class "dcs_options", usually, a result of a call
to |
... |
Additional arguments passed to |
Value
No return value.
Details
print.dcs_options
prints the main options and
summary.dcs_options
prints main and advanced (IPI) options used for
the dcs
function. Arguments should be an object of class
"dcs_options"
.
See Also
print.dcs
, summary.dcs_options
Examples
## Default options
myOpt <- set.options()
print(myOpt)
summary(myOpt)
## Use Kernel regression
myOpt <- set.options(type = "KR")
print(myOpt)
summary(myOpt)
[Package DCSmooth version 1.1.2 Index]