View source: R/summary.SCBand.R
| summary.SCBand | R Documentation |
summary method for class "SCBand"
## S3 method for class 'SCBand'
summary(object, ...)
object |
an object of class |
... |
additional arguments; not currently used. |
The function summary.SCBand displays all fields of a SCBand 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.
plot.SCBand,
print.SCBand
## Not run:
## Plasma citrate data
data(plasma)
time <- 8:21
h <- cv.select(time, plasma, 1)
scbplasma <- scb.mean(time, plasma, bandwidth = h, scbtype = "both", gridsize = 100)
summary(scbplasma)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.