regressor_coefficients {prophet}R Documentation

Summarise the coefficients of the extra regressors used in the model. For additive regressors, the coefficient represents the incremental impact on y of a unit increase in the regressor. For multiplicative regressors, the incremental impact is equal to trend(t) multiplied by the coefficient.

Description

Coefficients are measured on the original scale of the training data.

Usage

regressor_coefficients(m)

Arguments

m

Prophet model object, after fitting.

Details

Output dataframe columns:

Value

Dataframe with one row per regressor.


[Package prophet version 1.0 Index]