R/vcov.panelAR.R

Defines functions vcov.panelAR

Documented in vcov.panelAR

# vcov() method for panelAR
vcov.panelAR <- function(object,...){
	object$vcov
}

Try the panelAR package in your browser

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

panelAR documentation built on May 1, 2019, 8:19 p.m.