R/bread.mlm.R

Defines functions bread.mlm

Documented in bread.mlm

bread.mlm <-
function(x, ...) {
   d <- length(coef(x))
   rval <- diag(d)
   colnames(rval) <- rownames(rval) <- colnames(coef(x))
   return(rval)
 }

Try the CADFtest package in your browser

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

CADFtest documentation built on May 2, 2019, 1:27 p.m.