Plot random slope coefficients
Plots random slopes and their prediction intervals.
## S3 method for class 'gllvm' randomCoefplot( object, y.label = TRUE, cex.ylab = 0.5, mfrow = NULL, mar = c(4, 6, 2, 1), xlim.list = NULL, order = FALSE, ... )
object |
an object of class 'gllvm'. |
y.label |
logical, if |
cex.ylab |
the magnification to be used for axis annotation relative to the current setting of cex. |
mfrow |
same as |
mar |
vector of length 4, which defines the margin sizes: |
xlim.list |
list of vectors with length of two to define the intervals for x axis in each covariate plot. Defaults to NULL when the interval is defined by the range of point estimates and confidence intervals |
order |
logical, if |
... |
additional graphical arguments. |
Jenni Niku <jenni.m.e.niku@jyu.fi>, Francis K.C. Hui, Sara Taskinen
## Not run: ## Load a dataset from the mvabund package data(antTraits) y <- as.matrix(antTraits$abund) X <- as.matrix(antTraits$env) TR <- antTraits$traits # Fit model with random slopes fitF <- gllvm(y = y, X = X, TR = TR, formula = ~ Bare.ground + Bare.ground : Webers.length, family = poisson(), randomX = ~ Bare.ground) randomCoefplot(fitF) ## End(Not run)
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.