prophet/R/man/fit.prophet.Rd

21 lines
401 B
Text
Raw Normal View History

2017-02-22 23:59:43 +00:00
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/prophet.R
\name{fit.prophet}
\alias{fit.prophet}
\title{Fit the prophet model.}
\usage{
fit.prophet(m, df, ...)
2017-02-22 23:59:43 +00:00
}
\arguments{
\item{m}{Prophet object.}
\item{df}{Data frame.}
2017-02-24 17:33:19 +00:00
\item{...}{Additional arguments passed to the \code{optimizing} or
\code{sampling} functions in Stan.}
2017-02-22 23:59:43 +00:00
}
\description{
Fit the prophet model.
}