fit_mlm: Fit multiple models

View source: R/ml.R

fit_mlmR Documentation

Fit multiple models

Description

Estimate the parameters of specified models

Usage

fit_mlm(x, dists, quiet = FALSE)

Arguments

x

numeric vector

dists

a character vector containing the distribution models to fit; see help(mshelpers::models)

quiet

hide errors (TRUE, the default), or display them as they occur?

Value

Returns a tibble with the fitted models and their corresponding log-likelihood, AIC, BIC and p-value of the Kolmogorov-Smirnov test.


mnaR99/mshelpers documentation built on May 22, 2022, 6:03 a.m.