prophet: Prophet with Multiple Variables

View source: R/prophet.h.R

prophetR Documentation

Prophet with Multiple Variables

Description

Prophet with Multiple Variables

Usage

prophet(
  data,
  dep,
  covs,
  method = "loess",
  plot1 = TRUE,
  plot2 = FALSE,
  periods = 365,
  unit = "day",
  width = 500,
  height = 500,
  width1 = 500,
  height1 = 500
)

Arguments

data

.

dep

.

covs

.

method

.

plot1

.

plot2

.

periods

.

unit

.

width

.

height

.

width1

.

height1

.

Value

A results object containing:

results$instructions a html
results$text a preformatted
results$plot1 an image
results$plot2 an image

hyunsooseol/snowCluster documentation built on April 5, 2025, 2:06 a.m.