Learn R Programming

SCBmeanfd (version 1.1)

summary.SCBand: Summarize a SCBand Object

Description

summary method for class "SCBand"

Usage

"summary"(object, ...)

Arguments

object
an object of class "SCBand"
...
additional arguments; not currently used.

Details

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.

See Also

plot.SCBand, print.SCBand

Examples

Run this code
## 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)

Run the code above in your browser using DataLab