set_hill_params {GeoTox} | R Documentation |
Set Hill parameters for a GeoTox object.
Description
Set Hill parameters for a GeoTox object.
Usage
set_hill_params(x, hill_params)
Arguments
x |
GeoTox object. |
hill_params |
output of fit_hill. |
Value
same GeoTox object with Hill parameters set.
Examples
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)
[Package GeoTox version 0.2.0 Index]