summary.stratEst.model {stratEst} | R Documentation |
Method dispatch for Generic Function Summary
Description
Method dispatch for Generic Function Summary
Usage
## S3 method for class 'stratEst.model'
summary(object, ..., plot.shares = TRUE)
Arguments
object |
An object returned by the estimation function |
... |
additional arguments affecting the summary produced. |
plot.shares |
Logical. If TRUE a barchart of the shares is plotted. |
Value
No return value, prints a summary of the model to the console.
[Package stratEst version 1.1.6 Index]