Plots the coefficients of the covariates of a manyglm object with confidence intervals.
coefplot.manyglm.Rd
A way to plot the coefficients of the covariates of a manyglm object. Modifies code from Niku, Hui and Taskinen's coefplot.gllvm
Usage
# S3 method for manyglm
coefplot(
object,
y.label = TRUE,
which.Xcoef = NULL,
which.Ys = NULL,
incl.intercept = FALSE,
cex.ylab = 0.5,
mfrow = NULL,
mar = NULL,
...
)
Arguments
- object
A manyglm object
- y.label
Whether all the Y variables should be labelled
- which.Xcoef
Which X covariates should be included in the plot.
- which.Ys
Which Y variables should be included in the plot.
- incl.intercept
Whether the intercept coefficient should be included.
- cex.ylab
A plotting parameter. The default is 0.5.
- mfrow
Plotting parameter
- mar
Plotting parameter
- ...
Other plotting parameters