R/estfun.mlm.R

Defines functions estfun.mlm

Documented in estfun.mlm

estfun.mlm <-
function(x, ...) {
   psi <- t(t(model.response(model.frame(x))) - as.vector(coef(x)))
   colnames(psi) <- colnames(coef(x))
   return(psi)
 }

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.