Mixtox ECX for EC50 calculation

Experiment number
Exper <- c(2001)
I have 6 concentration
Conc <- c(0, 0.001, 0.010, 0.100, 1, 10)
Effecf on Gowth of chemical concentration in MM
effect <- c(76.23, 70.12, 66.96, 48.47, 38.54, 28.01)

How should fit my variable in ECX data
model <- antibiotox$sgl$model
param <- antibiotox$sgl$param
effv <- c(0.05, 0.5)
ECx(model, param, effv = c(0.05, 0.50))

Thank you

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.