powered by
Print nicely formatted output of the fit to the MEVD and its variants
# S3 method for mevr print(x, digits = max(3, getOption("digits") - 3), ...)
A nicely formatted output of the fitting results.
Object of class mevr, fitted with MEVD, SMEV or TMEV.
mevr
Number of digits.
Additional parameters.
data(dailyrainfall) # fit a simplified MEVD fit <- fsmev(dailyrainfall) print(fit)
Run the code above in your browser using DataLab