View source: R/summary.mcSetup.R
summary.mcSetup | R Documentation |
mcSetup
The function provides an overall summary of the output from the function
incrExplor()
## S3 method for class 'mcSetup'
summary(object, ...)
object |
an object of the class |
... |
not used |
Returns a standard summary table (with basic description characteristics) for raw run-off triangle increments and their standardized (by using the maximum increment) counterparts. The function also returns the corresponding bins for the increments and their representations in terms of the Markov chain states.
incrExplor()
, mcBreaks()
, mcStates()
data(CameronMutual)
summary(CameronMutual)
## default summary output
summary(incrExplor(CameronMutual))
## summary output for user-modified settings
summary(incrExplor(CameronMutual, states = 5, method = "mean"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.