Learn R Programming

ssdtools (version 2.5.0)

ssd_fit_burrlioz: Fit Burrlioz Distributions

Description

Fits 'burrIII3' distribution. If shape1 parameter is at boundary returns 'lgumbel' (which is equivalent to inverse Weibull). Else if shape2 parameter is at a boundary returns 'invpareto'. Otherwise returns 'burrIII3'

Usage

ssd_fit_burrlioz(
  data,
  left = "Conc",
  ...,
  rescale = FALSE,
  control = list(),
  silent = FALSE
)

Value

An object of class fitdists.

Arguments

data

A data frame.

left

A string of the column in data with the concentrations.

...

Unused.

rescale

A flag specifying whether to leave the values unchanged (FALSE) or to rescale concentration values by dividing by the geometric mean of the minimum and maximum positive finite values (TRUE) or a string specifying whether to leave the values unchanged ("no") or to rescale concentration values by dividing by the geometric mean of the minimum and maximum positive finite values ("geomean") or to logistically transform ("odds").

control

A list of control parameters passed to stats::optim().

silent

A flag indicating whether fits should fail silently.

See Also

ssd_fit_dists()

Examples

Run this code
ssd_fit_burrlioz(ssddata::ccme_boron)

Run the code above in your browser using DataLab