Learn R Programming

SCBmeanfd (version 1.2.2)

print.SCBand: Print a SCBand Object

Description

print method for class "SCBand".

Usage

"print"(x,...)

Arguments

x
an object of class "SCBand".
...
for compatibility with the generic print method; argument not currently used.

Details

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.

See Also

plot.SCBand, summary.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)
# scbplasma
# ## End(Not run)

Run the code above in your browser using DataLab