summary.gaussmodel | R Documentation |
gaussmodel
objectSummary of gaussmodel
object, including a mean and
a standard deviation and quantiles.
If some estimation has done, also print out estimates, up to nmax
number of them.
## S3 method for class 'gaussmodel' summary(object, nmax = 10, estonly = FALSE, ...)
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. |
None.
gaussmodel()
plot.gaussmodel()
estimate.gaussmodel()
## Create gaussmodel object from a data set mix2gauss$n200 gmodel <- gaussmodel(mix2gauss$n200) ## Print a summary of an object summary(gmodel)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.