powered by
Censors data to a specified range based on the censoring argument. The function is useful for creating test data sets.
censoring
ssd_censor_data(data, left = "Conc", ..., right = left, censoring = c(0, Inf))
A tibble of the censored data.
A data frame.
A string of the column in data with the concentrations.
Unused.
A string of the column in data with the right concentration values.
A numeric vector of the left and right censoring values.
ssd_censor_data(ssddata::ccme_boron, censoring = c(2.5, Inf))
Run the code above in your browser using DataLab