mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-16 21:00:16 +00:00
20 lines
414 B
R
20 lines
414 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/prophet.R
|
|
\name{predict_trend}
|
|
\alias{predict_trend}
|
|
\title{Predict trend using the prophet model.}
|
|
\usage{
|
|
predict_trend(model, df)
|
|
}
|
|
\arguments{
|
|
\item{model}{Prophet object.}
|
|
|
|
\item{df}{Prediction dataframe.}
|
|
}
|
|
\value{
|
|
Vector with trend on prediction dates.
|
|
}
|
|
\description{
|
|
Predict trend using the prophet model.
|
|
}
|
|
\keyword{internal}
|