Learn R Programming

dsdp (version 0.1.1)

summary.gaussmodel: Summary of Gaussian-based model gaussmodel object

Description

Summary 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.

Usage

# S3 method for gaussmodel
summary(object, nmax = 10, estonly = FALSE, ...)

Value

None.

Arguments

object

gaussmodel 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.

See Also

gaussmodel() plot.gaussmodel() estimate.gaussmodel()

Examples

Run this code
## Create gaussmodel object from a data set mix2gauss$n200
gmodel <- gaussmodel(mix2gauss$n200)
## Print a summary of an object
summary(gmodel)

Run the code above in your browser using DataLab