predict_trend {prophet}R Documentation

Predict trend using the prophet model.

Description

Predict trend using the prophet model.

Usage

predict_trend(model, df)

Arguments

model

Prophet object.

df

Prediction dataframe.

Value

Vector with trend on prediction dates.


[Package prophet version 1.0 Index]