A way to plot the coefficients of the covariates of a manyglm object. Modifies code from Niku, Hui and Taskinen's coefplot.gllvm
# 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,
...
)none
A manyglm object
Whether all the Y variables should be labelled
Which X covariates should be included in the plot.
Which Y variables should be included in the plot.
Whether the intercept coefficient should be included.
A plotting parameter. The default is 0.5.
Plotting parameter
Plotting parameter
Other plotting parameters