powered by
Tests if an object has censored data.
Test if a data frame is censored.
Test if a fitdists object is censored.
ssd_is_censored(x, ...)# S3 method for data.frame ssd_is_censored(x, left = "Conc", right = left, ...)# S3 method for fitdists ssd_is_censored(x, ...)
# S3 method for data.frame ssd_is_censored(x, left = "Conc", right = left, ...)
# S3 method for fitdists ssd_is_censored(x, ...)
A flag indicating whether an object is censored.
The object.
Unused.
A string of the column in data with the concentrations.
A string of the column in data with the right concentration values.
ssd_is_censored(ssddata::ccme_boron) ssd_is_censored(data.frame(Conc = 1, right = 2), right = "right") fits <- ssd_fit_dists(ssddata::ccme_boron) ssd_is_censored(fits)
Run the code above in your browser using DataLab