Description Usage Arguments Value Details See Also Examples
summary
method for class "dcs_options"
1 2 |
object |
an object of class "dcs_options", usually, a result of a call
to |
... |
Additional arguments passed to |
No return value.
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"
.
1 2 3 4 5 6 7 8 9 | ## Default options
myOpt <- set.options()
print(myOpt)
summary(myOpt)
## Use Kernel regression
myOpt <- set.options(type = "KR")
print(myOpt)
summary(myOpt)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.