R/TSR.R

TSR <- function(dat){

  dat <- TSR.init(dat)
  par <- gmm(dat)
  suppressWarnings(vcov <- TSR.vcov(par, dat))

  list(par = par, vcov = vcov)

}

Try the iva package in your browser

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

iva documentation built on May 2, 2019, 3:25 a.m.