Skip to content

Request: Making plots for glmm

5 messages · Ebhodaghe Faith, Ben Bolker, Guillaume Adeux

#
Dear All,

I have a dataset with hierarchical structure and wish to model binomial
response (present or absent) using some categorical and continuous
predictor variables using the glmmTMB package. Could you help describe how
I could make a plot to graphically illustrate relationships between the
response and predictor variables?

Thanks in advance.

Faith
#
Hi Ebhodaghe,
I invite you to look at the effects package :
https://cran.r-project.org/web/packages/effects/index.html
and the hook-up ggplot package:
https://cran.r-project.org/web/packages/ggeffects/index.html
Cheers,
GA2

Le ven. 6 mars 2020 ? 13:09, Ebhodaghe Faith <ebhodaghefaith at gmail.com> a
?crit :

  
  
#
Also emmeans and sjPlot packages ...

On Fri, Mar 6, 2020 at 7:19 AM Guillaume Adeux
<guillaumesimon.a2 at gmail.com> wrote:
#
Many thanks, Adeux and Ben.
I successfully installed the *effects* package but I'm getting an error
message trying to load the library.
Here it is:
Error: package or namespace load failed for ?effects? in loadNamespace(i,
c(lib.loc, .libPaths()), versionCheck = vI[[i]]): there is no package
called ?Rcpp?

Could you help out?

Faith
On Fri, Mar 6, 2020 at 6:01 AM Ben Bolker <bbolker at gmail.com> wrote:

            

  
  
#
Have you tried downloading the package "Rcpp"?
and trying again?
GA2

Le ven. 6 mars 2020 ? 17:27, Ebhodaghe Faith <ebhodaghefaith at gmail.com> a
?crit :