R/coef.varest.R

"coef.varest" <-
function(object, ...){
  return(lapply(lapply(object$varresult, summary), coef))
}
frbl/vars documentation built on Dec. 11, 2019, 1:16 a.m.