prophet_copy: Copy Prophet object.

View source: R/diagnostics.R

prophet_copyR Documentation

Copy Prophet object.

Description

Copy Prophet object.

Usage

prophet_copy(m, cutoff = NULL)

Arguments

m

Prophet model object.

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.


chris-prener/falseProphet documentation built on April 15, 2022, 12:04 a.m.