Rename some things
-
Renameeffect_tox_observed_averaged
andeffect_tox_env_observed_averaged
. Maybe "smoothed" instead of "averaged"? -
Rename all variables calles sys_stress_*
because the "stress" is redundant and thus confusing. -
Attach "before_fit" to the names output$sys_stress_tox
andoutput$sys_stress_tox_env
. Also include a fitted version inoutput
. -
In ec()
renametarget_effect
toresponse_level
making it similar todrc::ED()
. -
The names of the objects in the ecxsys
output including the column names inoutput$curves
are messy. Make them easier to understand and less similar to each other, if possible. -
I may want to be able to plot other stresses, not only sys. Therefore I should rename the function plot_system_stress
toplot_stress
. -
"simple" -> "LL5" -
effect_tox_simple -> effect_tox_LL5, effect_tox_mod_simple -> effect_tox_LL5_mod, and same with env. -
Updated documentation. -
Updated tests.
Edited by Sebastian Henz