R/robust.se.R

robust.se <-
function(ivmodel){
robustcov=sandwich(ivmodel);
print("Robust Standard Errors")
coeftest(ivmodel,robustcov);
}

Try the ivpack package in your browser

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

ivpack documentation built on May 2, 2019, 7:28 a.m.