R/print.ivregDecision.R

Defines functions print.ivregDecision

Documented in print.ivregDecision

print.ivregDecision <-
function(x, ...){
	cat('Sensitivity analyses for the OLS, 2SLS and EX analyses\n\n')
	class(x) = "data.frame"
	print(x)
	cat('\n')
	cat("'-' no evidence, \t   '+'  only OLS rejects, 
	'*' one piece of evidence, '**' two pieces of evidence.\n")
}

Try the ivregEX package in your browser

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

ivregEX documentation built on May 1, 2019, 10:08 p.m.