prophet_copy.Rd 494 B

1234567891011121314151617181920212223
  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/diagnostics.R
  3. \name{prophet_copy}
  4. \alias{prophet_copy}
  5. \title{Copy Prophet object.}
  6. \usage{
  7. prophet_copy(m, cutoff = NULL)
  8. }
  9. \arguments{
  10. \item{m}{Prophet model object.}
  11. \item{cutoff}{Date, possibly as string. Changepoints are only retained if
  12. changepoints <= cutoff.}
  13. }
  14. \value{
  15. An unfitted Prophet model object with the same parameters as the
  16. input model.
  17. }
  18. \description{
  19. Copy Prophet object.
  20. }
  21. \keyword{internal}