View source: R/set_hill_params.R
set_hill_params | R Documentation |
Set Hill parameters for a GeoTox object.
set_hill_params(x, hill_params)
x |
GeoTox object. |
hill_params |
output of fit_hill. |
same GeoTox object with Hill parameters set.
hill_params <- geo_tox_data$dose_response |>
fit_hill(chem = "casn", assay = "endp") |>
dplyr::filter(!tp.sd.imputed, !logAC50.sd.imputed)
geoTox <- GeoTox() |>
set_hill_params(hill_params)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.