trending (version 0.0.2)

trending_model_accessors: Accessors for trending_model objects

Description

These functions can be used to access information stored in trending_model objects. See details.

Usage

get_formula(x, ...)

# S3 method for trending_model get_formula(x, ...)

get_response(x, ...)

# S3 method for trending_model get_response(x, ...)

Arguments

x

Object of class trending_model_fit (i.e. the output from fitting a trending_model).

...

Not currently used by any methods.

Details

The following accessors are available:

  • get_formula(): get the formula used to model temporal trends;

  • get_response(): get the name of the response variable.