loess.simpleboot.methods | R Documentation |
Methods for "loess.simpleboot"
class objects.
## S3 method for class 'loess.simpleboot'
fitted(object, ...)
object |
An object of class |
... |
Other arguments passed to and from other methods. |
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")
.
Nothing is returned.
Roger D. Peng
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.