powered by
This function will return the results of a hypothesis test for each model in the mable.
# S3 method for mdl_df hypothesize(x, ...)# S3 method for mdl_ts hypothesize(x, tests = list(), ...)
# S3 method for mdl_ts hypothesize(x, tests = list(), ...)
A mable.
Arguments for model methods.
a list of test functions to perform on the model
if (FALSE) { # requireNamespace("fable", quietly = TRUE) library(fable) library(tsibbledata) olympic_running %>% model(lm = TSLM(log(Time) ~ trend())) %>% hypothesize() }
Run the code above in your browser using DataLab