coef_plot: Plot the coefficients of a multispecies model

Description Usage Arguments Methods (by class) Examples

View source: R/coef_plot.r

Description

Plot the coefficients of a multispecies model

Usage

1
2
3
4
5
6
7
coef_plot(x)

## S4 method for signature 'jagsUI'
coef_plot(x)

## S4 method for signature 'glmerMod'
coef_plot(x)

Arguments

x

An object of class "glmerMod", "rjags" or "rjags_parallel"

Methods (by class)

Examples

1
2
3
4
5
msm_glmer <- msm('present', 'plot', 'logit_rock', 'species', 'ln_sla', eucs)
coef_plot(msm_glmer)
msm_jags <- msm('present', 'plot', 'logit_rock', 'species', data = eucs, type = 'jsdm',
  method = 'jags')
coef_plot(msm_jags)

wkmor1/msmod documentation built on May 4, 2019, 7:34 a.m.