get_fits {ssd4mosaic} | R Documentation |
Fit the specified distributions to the given data
get_fits(data, distributions, censored)
data |
If |
distributions |
A list of the names of the distributions to apply (e.g.,
|
censored |
A Boolean, whether the given data is to be interpreted as censored |
A list containing the fit object(s) of class fitdist
or
fitdistcens
.