Plot for odds ratios for a S3 object of glm
ORplot.sub(
result,
type = 1,
xlab = "",
ylab = "",
show.OR = TRUE,
show.CI = FALSE,
sig.level = 1,
cex = 1.2,
lwd = 2,
pch = 18,
col = NULL,
...
)
A resultant data.frame of function extractOR
an integer defining the shape of plots; default value is 1
label for the horizontal-axis; defaults to "Odds Ratios"
label for the vertical axis; defaults to "".
A logical value; Whether or not show p values on plot
A logical value; Whether or not show 95% CI values on plot
A numeric value of upper limit of p value of showing variables
A numerical value giving the amount by which plotting OR/HR symbols should be magnified relative to the default, defaulting 1.2.
The line width, a positive number, defaulting to 2.
Either an integer specifying a symbol or a single character to be used as the default in plotting OR/HR points.
A specification for the default plotting color.
Further arguments to be passed to plot
This function return NULL invisibly and draw graphs