summary.SCBand: Summarize a SCBand Object

Description Usage Arguments Details See Also Examples

View source: R/summary.SCBand.R

Description

summary method for class "SCBand"

Usage

1
2
## S3 method for class 'SCBand'
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

1
2
3
4
5
6
7
8
9
## 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)

SCBmeanfd documentation built on May 2, 2019, 4:19 a.m.