Learn R Programming

prophet (version 1.1.7)

predict_trend: Predict trend using the prophet model.

Description

Predict trend using the prophet model.

Usage

predict_trend(model, df)

Value

Vector with trend on prediction dates.

Arguments

model

Prophet object.

df

Prediction dataframe.