loess.boot.methods: Methods for loess bootstrap.

Description Usage Arguments Details Value Author(s)

Description

Methods for "loess.simpleboot" class objects.

Usage

1
2
## S3 method for class 'loess.simpleboot'
fitted(object, ...)

Arguments

object

An object of class "loess.simpleboot" as returned by the function loess.boot.

...

Other arguments passed to and from other methods.

Details

fitted returns a n x R matrix of fitted values where n is the number of new locations at which predictions were made and R is the number of bootstrap replications used in the original loess bootstrap. This is the equivalent of calling samples(object, "fitted").

Value

Nothing is returned.

Author(s)

Roger D. Peng


simpleboot documentation built on May 2, 2019, 4:16 a.m.