mirror of
https://github.com/saymrwulf/prophet.git
synced 2026-05-19 21:32:29 +00:00
22 lines
494 B
R
22 lines
494 B
R
% Generated by roxygen2: do not edit by hand
|
|
% Please edit documentation in R/diagnostics.R
|
|
\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}
|