Learn R Programming

healthyR.ts (version 0.3.1)

internal_ts_backward_event_tbl: Event Analysis

Description

This is a function that sits inside of the ts_time_event_analysis_tbl(). It is only meant to be used there. This is an internal function.

Usage

internal_ts_backward_event_tbl(.data, .horizon)

Value

A tibble.

Arguments

.data

The date.frame/tibble that holds the data.

.horizon

How far do you want to look back or ahead.

Author

Steven P. Sanderson II, MPH

Details

This is a helper function for ts_time_event_analysis_tbl() only.

See Also

Other Utility: auto_stationarize(), calibrate_and_plot(), internal_ts_both_event_tbl(), internal_ts_forward_event_tbl(), model_extraction_helper(), ts_get_date_columns(), ts_info_tbl(), ts_is_date_class(), ts_lag_correlation(), ts_model_auto_tune(), ts_model_compare(), ts_model_rank_tbl(), ts_model_spec_tune_template(), ts_qq_plot(), ts_scedacity_scatter_plot(), ts_to_tbl(), util_difflog_ts(), util_doublediff_ts(), util_doubledifflog_ts(), util_log_ts(), util_singlediff_ts()