fit.prophet.Rd 291 B

123456789101112131415161718
  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. }
  13. \description{
  14. Fit the prophet model.
  15. }