compareFit: compareFit

View source: R/fraping.R

compareFitR Documentation

compareFit

Description

Compare the fit of multiple models using histograms and Q-Q plots.

Usage

compareFit(data, fit, col = NULL, digits = 4, ...)

Arguments

data

The data set, of class dataFrap.class.

fit

A single fit object or a list of fit objects obtained from the newFit function.

col

Colors to use for the plots. If NULL, colors are automatically assigned.

digits

Number of digits to round the error values. Default is 4.

...

Additional parameters passed to the underlying functions.

Examples

# Compare the fit of multiple models using histograms and Q-Q plots
compareFit(data, fit = list(fit1, fit2, fit3))


artitzco/fraping documentation built on June 1, 2024, 10:08 a.m.