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()
)
)
glotaran/TIMP documentation built on Feb. 11, 2023, 4:11 a.m.