fit.prophet.Rd 401 B

123456789101112131415161718192021
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/prophet.R
  3. \name{fit.prophet}
  4. \alias{fit.prophet}
  5. \title{Fit the prophet model.}
  6. \usage{
  7. fit.prophet(m, df, ...)
  8. }
  9. \arguments{
  10. \item{m}{Prophet object.}
  11. \item{df}{Data frame.}
  12. \item{...}{Additional arguments passed to the \code{optimizing} or
  13. \code{sampling} functions in Stan.}
  14. }
  15. \description{
  16. Fit the prophet model.
  17. }