predict.circ_loess {circhelp}R Documentation

Compute predictions for circular LOESS

Description

Compute predictions for circular LOESS

Usage

## S3 method for class 'circ_loess'
predict(object, newdata, ...)

Arguments

object

a circular LOESS object

newdata

a data.frame with a variable x on which the predictions are computed

...

other arguments (passed to circ_loess)

Value

a data.frame with predictions


[Package circhelp version 1.1 Index]