validate_model_fit: Computes multiple statistics describing the model fit

Description Usage Arguments

View source: R/validate_model_fit.R

Description

Computes multiple statistics describing the model fit

Usage

1
2
validate_model_fit(result, Data, ValidationData, response_col, time_col,
  location_col, stack.est, prediction_steps = 0)

Arguments

result

fitted inla model

Data

dataframe containing all variables and covariates and time and location of each observation

ValidationData

dataframe containing the validation data

response_col

names of response column

time_col

name of column containing time point of each observation

location_col

name of column containing location of each observation

stack.est

stack.est object

prediction_steps

how many steps ahead are being predicted, needed for generating naive forecast for comparison


bjeffrey92/MyINLA documentation built on Aug. 12, 2021, 10:01 a.m.