drc Questions
4
In biology we often want to plot dose response curves. The R package 'drc' is really useful and base graphics can easily handle 'drm models'. However, I would like to add my drm curves to a ggplot2...
3
Solved
I'm trying to reproduce drc plots with ggplot2. Here is my first attempt (MWE is given below). However, my ggplot2 is little bit different from base R plot. I wonder if I am missing something here?...
0
I am stuck with this problem and my R abilities are apparently not sufficient to solve it. Hopefully, someone can help me out.
I am currently working on a script that uses the function "drm" of th...
Unbowed asked 9/11, 2017 at 6:45
1
Solved
I am unsure as to why the error bars generated by the mean_sdl function (from Hmisc) in ggplot2 are significantly broader than the error bars generated manually and plotting mean + sd and mean - sd...
1
Solved
I want to reproduce the following drc::plot.drc graphs with ggplot2.
df1 <-
structure(list(TempV = structure(c(1L, 1L, 1L, 1L, 1L, 1L, 1L,
1L, 1L, 1L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5L, 5...
Hasseman asked 10/7, 2016 at 7:27
1
© 2022 - 2024 — McMap. All rights reserved.