Skip to contents

Wrapper to ssdtools::ssd_fit_bcanz(). The sp_aggre_conc_mg.L values are the concentrations used.

Usage

wqb_ssd_fit(data, dists = ssdtools::ssd_dists_bcanz())

Arguments

data

A data frame

dists

A character vector of the distributions to fit

Value

A data frame

Examples

if (FALSE) { # \dontrun{
fit <- wqb_ssd_fit(data)
} # }