Learn R Programming

prophet (version 0.6.1)

predict_trend: 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.