Skip to content

Commit

Permalink
fix x axis label bias
Browse files Browse the repository at this point in the history
  • Loading branch information
wlangera committed Jul 15, 2024
1 parent d8a9126 commit 6cc663b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/bootstrap_indicator_uncertainty.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ bootstrap_insect_data_final %>%
ggplot(aes(x = bias_boot, y = ci_width, colour = int_type)) +
geom_point() +
geom_smooth(method = "lm", formula = "y ~ x") +
labs(x = "bootstrap standard error", y = "interval width",
labs(x = "bootstrap bias", y = "interval width",
colour = "Confidence\ninterval")
```

Expand Down

0 comments on commit 6cc663b

Please sign in to comment.