prophet_copy: Copy Prophet object.

Description Usage Arguments Value

View source: R/diagnostics.R

Description

Copy Prophet object.

Usage

1
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.


prophet documentation built on March 30, 2021, 5:05 p.m.