R/init.res.R

setClass("res", representation(
  cp = "list", resid = "list",
  fitted = "list", irfvec = "list", cohirf = "list", std_err_clp = "list"
),
prototype = list(
  cp = list(), resid = list(), fitted = list(),
  irfvec = list(), cohirf = list(), std_err_clp = list()
)
)

Try the TIMP package in your browser

Any scripts or data that you put into this service are public.

TIMP documentation built on Dec. 28, 2022, 3:06 a.m.