Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Jul 21, 2024
1 parent 43c7292 commit 37056e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ model <- stan_glmer(
r2(model)
#> # Bayesian R2 with Compatibility Interval
#>
#> Conditional R2: 0.953 (95% CI [0.942, 0.964])
#> Marginal R2: 0.826 (95% CI [0.724, 0.900])
#> Conditional R2: 0.954 (95% CI [0.951, 0.957])
#> Marginal R2: 0.414 (95% CI [0.204, 0.644])

library(lme4)
model <- lmer(Reaction ~ Days + (1 + Days | Subject), data = sleepstudy)
Expand Down

0 comments on commit 37056e3

Please sign in to comment.