compareFit | R Documentation |
Compare the fit of multiple models using histograms and Q-Q plots.
compareFit(data, fit, col = NULL, digits = 4, ...)
data |
The data set, of class |
fit |
A single fit object or a list of fit objects obtained from the |
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. |
# Compare the fit of multiple models using histograms and Q-Q plots
compareFit(data, fit = list(fit1, fit2, fit3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.