get_fits: Fit the specified distributions to the given data

View source: R/fct_fits.R

get_fitsR Documentation

Fit the specified distributions to the given data

Description

Fit the specified distributions to the given data

Usage

get_fits(data, distributions, censored)

Arguments

data

If censored = TRUE, a data.frame with columns left and right. If censored = FALSE, a data.frame with a column conc.

distributions

A list of the names of the distributions to apply (e.g., 'lnorm', 'llogis')

censored

A Boolean, whether the given data is to be interpreted as censored

Value

A list containing the fit object(s) of class fitdist or fitdistcens.


ssd4mosaic documentation built on April 4, 2025, 1:42 a.m.