python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
R ggplot multilevel x-axis labels in faceted plots
I trying to use the trick of using two calls to annotate() to get 2-level nested tick labels (here) BUT I want to do this in conjunction with facet_wrap()
df <- tribble(
~action, ~gend, ~status, ...
D. Bontempo
Votes: 0
Answers: 1
R : regression line interrupted in ggplot while a continuous line is expected
I created a multilevel regression model with nlme package and now I would like to illustrate the regression line obtained for some patients (unfortunately I cannot use geom_smooth with nlme).
So using...
David
Votes: 0
Answers: 1
Calculate marginal effects for ordinal::clmm
I have some problems with calculating the AME (…average marginal effects…) from an ordinal model (ordinal::clmm()) with random effects (in my case a four level year factor). The functions margins::mar...

Eco007
Votes: 0
Answers: 1
How to plot multi-level meta-analysis by study (in contrast to the subgroup)?
I am doing a multi-level meta-analysis. Many studies have several subgroups. When I make a forest plot studies are presented as subgroups. There are 60 of them, however, I would like to plot studies a...
Danijela Nujić
Votes: 0
Answers: 2