predict.seinfitR: Predict SeinfitR

View source: R/predict.seinfitR.R

predict.seinfitRR 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.


seinfitR documentation built on April 11, 2025, 5:54 p.m.