- Sep 04, 2020
-
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
- Aug 18, 2020
-
-
Sebastian Henz authored
-
Sebastian Henz authored
-
- Aug 03, 2020
-
-
Sebastian Henz authored
-
- Jul 29, 2020
-
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
- Jul 28, 2020
-
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
According to CRAN rules all exported functions must specify a return value.
-
- Jul 06, 2020
-
-
Sebastian Henz authored
-
Sebastian Henz authored
Update readme Closes #47 See merge request !32
-
Sebastian Henz authored
-
- May 18, 2020
-
-
Sebastian Henz authored
Release candidate See merge request !31
-
Sebastian Henz authored
-
- May 07, 2020
-
-
Sebastian Henz authored
closes #38
- Apr 17, 2020
-
-
Sebastian Henz authored
v2.7.0 - return stresses of predict_mixture() See merge request !29
-
Sebastian Henz authored
-
- Apr 07, 2020
-
-
Sebastian Henz authored
Improve ec() and axis concentration handling Closes #35 See merge request !28
-
Sebastian Henz authored
Replace the "use_for_plotting" column in mod$curves with the plot axis concentrations, which is far more useful. Add "refence" argument to ec() and some minor improvements.
-
- Mar 16, 2020
-
-
Sebastian Henz authored
Some bugfixes and more flexible concentration lengths See merge request !27
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
Sebastian Henz authored
-
- Mar 13, 2020
-
-
Sebastian Henz authored
Control whether observed points are plotted See merge request !26
-
Sebastian Henz authored
* Add plotting control for the observed points and improve the generation of the legend. See the `which` argument in `?plot_ecxsys`. * Renamed `sys_tox_not_fitted` and `sys_tox_env_not_fitted` to `sys_tox_observed` and `sys_tox_env_observed` in the output of `ecxsys()`.
-
- Mar 11, 2020
-
-
Sebastian Henz authored
Improve predict_mixture See merge request !25
-
Sebastian Henz authored
* The concentration vectors are checked for NAs, which raise an error when found. * The use of `drc::ED()` was replaced with a custom inverse weibull function, which does the same but better. * `predict_mixture()` accepts multiple values for the concentration of the second toxicant. Both concentration vectors must be the same length. * `predict_mixture()` returns a data frame with the concentrations and effects. Previously it was only a vector of effects. * `predict_mixture()` received a new argument "effect_max" which scales the returned effect values. * Renamed the arguments of `predict_mixture()` to use underscore letters a and b instad of 1 and 2. For example model_1 is now model_a.
-