summary.expmodel {dsdp} | R Documentation |
Summary of Exponential-based expmodel
object.
Description
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 class 'expmodel'
summary(object, nmax = 10, estonly = FALSE, ...)
Arguments
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 |
... |
Arguments to be passed to or from other methods. |
Value
None.
See Also
expmodel()
plot.expmodel()
estimate.expmodel()
Examples
## Create expmodel object from a data set mixexpgamma$n200
emodel <- expmodel(mixexpgamma$n200)
## Print a summary of an object
summary(emodel)
[Package dsdp version 0.1.1 Index]