make_holiday_features: Construct a matrix of holiday features.

View source: R/prophet.R

make_holiday_featuresR Documentation

Construct a matrix of holiday features.

Description

Construct a matrix of holiday features.

Usage

make_holiday_features(m, dates, holidays)

Arguments

m

Prophet object.

dates

Vector with dates used for computing seasonality.

holidays

Dataframe containing holidays, as returned by construct_holiday_dataframe.

Value

A list with entries holiday.features: dataframe with a column for each holiday. prior.scales: array of prior scales for each holiday column. holiday.names: array of names of all holidays.


prophet documentation built on Jan. 22, 2026, 9:06 a.m.