2017-08-26 21:31:33 +00:00
|
|
|
% Generated by roxygen2: do not edit by hand
|
2018-05-03 18:42:10 +00:00
|
|
|
% Please edit documentation in R/diagnostics.R
|
2017-08-26 21:31:33 +00:00
|
|
|
\name{prophet_copy}
|
|
|
|
|
\alias{prophet_copy}
|
|
|
|
|
\title{Copy Prophet object.}
|
|
|
|
|
\usage{
|
|
|
|
|
prophet_copy(m, cutoff = NULL)
|
|
|
|
|
}
|
|
|
|
|
\arguments{
|
|
|
|
|
\item{m}{Prophet model object.}
|
|
|
|
|
|
|
|
|
|
\item{cutoff}{Date, possibly as string. Changepoints are only retained if
|
|
|
|
|
changepoints <= cutoff.}
|
|
|
|
|
}
|
|
|
|
|
\value{
|
|
|
|
|
An unfitted Prophet model object with the same parameters as the
|
|
|
|
|
input model.
|
|
|
|
|
}
|
|
|
|
|
\description{
|
|
|
|
|
Copy Prophet object.
|
|
|
|
|
}
|
|
|
|
|
\keyword{internal}
|