predictAR: Makes predictions using an autogregressive model from the...

View source: R/predictAR.R

predictARR Documentation

Makes predictions using an autogregressive model from the buildAR function

Description

Description text

Usage

predictAR(
  buildAR_obj,
  pdays = 28,
  nsim = 100,
  skip = 0,
  seed = NULL,
  output_type = "all",
  debug = FALSE
)

Arguments

buildAR_obj

An object output from the buildAR function

pdays

Number of days into the future to make predictions, default is 28

nsim

Number of simulations, default is 100

skip

Number of input values to skip, default is 0

seed

Seed for random number generator

output_type

Type of output to predict, currently max, mean, or all are valid

Value

A data frame containing the specified output for each sim


olshena/COVIDNearTerm documentation built on May 27, 2023, 1:23 p.m.