## example 1
# calcualte the NOEC and LOEC of heavy metal Ni(2+) on the MCF-7 cells at the default significance
# level of 0.05
x <- cytotox$Ni$x
expr <- cytotox$Ni$y
NOEC(x, expr)
## example 2
# calcualte the NOEC and LOEC of Neomycin sulfate on the phtotobacteria at the significance
# level of 0.01
x <- antibiotox$NEO$x
expr <- antibiotox$NEO$y
NOEC(x, expr, sigLev = 0.01)
Run the code above in your browser using DataLab