Skip to content
Snippets Groups Projects
Commit 1f65c853 authored by Sebastian Henz's avatar Sebastian Henz
Browse files

Update description and news

parent add40a59
No related branches found
No related tags found
1 merge request!26Control whether observed points are plotted
Pipeline #3021 passed with stage
in 10 minutes and 38 seconds
Package: stressaddition
Type: Package
Title: Modeling Tri-Phasic Concentration-Response Relationships
Version: 2.3.0
Date: 2020-03-11
Version: 2.4.0
Date: 2020-03-13
Authors@R: c(person("Sebastian",
"Henz",
role = c("aut", "cre"),
......@@ -31,4 +31,4 @@ Imports:
plotrix
Suggests:
testthat (>= 2.1.0)
RoxygenNote: 7.0.2
RoxygenNote: 7.1.0
# stressaddition 2.4.0
* Improved `plot_effect()` and `plot_stress()`. You can now control whether the observed values (the points) should be plotted using the `which` argument.
* 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()`.
# stressaddition 2.3.0
* `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()` now 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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment