predict.seinfitR {seinfitR}R Documentation

Predict SeinfitR

Description

Predict method for seinfitR objects

Usage

## S3 method for class 'seinfitR'
predict(object, newdata = NULL, ...)

Arguments

object

An object of class seinfitR (output from seinfitR()).

newdata

Optional. A data frame containing the independent variable for which predictions should be made. If not provided, predictions are made for the original data.

...

currently unused.

Details

This function generates predictions based on a fitted Seinhorst model.

Value

A data frame with the independent variable and the corresponding predicted values.


[Package seinfitR version 1.0.1 Index]