print.SCBand | R Documentation |
print
method for class "SCBand"
.
## S3 method for class 'SCBand'
print(x,...)
x |
an object of class |
... |
for compatibility with the generic |
The function print.SCBand
concisely displays the information of an object of class "SCBand"
. More precisely it shows the
data range, bandwidth used in local polynomial estimation, and key information on SCB and statistical tests.
plot.SCBand
, summary.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)
scbplasma
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.