coefplot.manyglm: Plots the coefficients of the covariates of a manyglm object...

View source: R/coefplot.manyglm.R

coefplot.manyglmR Documentation

Plots the coefficients of the covariates of a manyglm object with confidence intervals.

Description

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 class '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

Value

none


aliceyiwang/mvabund documentation built on March 13, 2024, 1:58 a.m.