Summary of expmodel
object, including a mean and quantiles.
If some estimation has done, also print out estimates, up to nmax
number of them.
Usage
# S3 method for expmodel
summary(object, nmax = 10, estonly = FALSE, ...)
Arguments
- object
expmodel
object.- nmax
A number of estimates to show in the summary. The default is 10.
- estonly
Show only the results of estimates. The default value is
FALSE
.- ...
Arguments to be passed to or from other methods.
Examples
## Create expmodel object from a data set mixexpgamma$n200
emodel <- expmodel(mixexpgamma$n200)
## Print a summary of an object
summary(emodel)
#> SUMMARY
#> Name: mixexpgamma$n200
#> The number of Data: 200
#> Mean Std.
#> 3.297944 2.491842
#> Quantile:
#> 0% 25% 50% 75% 100%
#> 0.007558929 1.395016398 3.076594706 4.588611178 11.529857185
#> Quantile of Scaled Data:
#> 0% 25% 50% 75% 100%
#> 0.002292013 0.422995795 0.932882670 1.391355136 3.496074388