R/classes.R

setClass("fastVAR.VARX", representation = "list", S3methods = T)
setClass("fastVAR.SparseVARX", representation = "list", S3methods = T)
setClass("fastVAR.GroupVARX", representation = "list", S3methods = T)
setClass("fastVAR.GraphicalVARX", representation = "list", S3methods=T)
setClass("fastVAR.VARXZ", representation = "list", S3methods = T)

setClass("fastVAR.VAR", representation = "list", S3methods = T)
setClass("fastVAR.SparseVAR", representation = "list", S3methods = T)
setClass("fastVAR.GroupVAR", representation = "list", S3methods = T)
setClass("fastVAR.GraphicalVAR", representation = "list", S3methods=T)
setClass("fastVAR.VARZ", representation = "list", S3methods = T)

setClass("fastVAR.RidgePath", representation = "list", S3methods=T)

setClass("fastVAR.fastMlm", representation = "list", S3methods=T)
setClass("fastVAR.graphicalLm", representation = "list", S3methods=T)
jeffwong/fastVAR documentation built on May 19, 2019, 4:02 a.m.