summary.mcSetup {ProfileLadder}R Documentation

Summary Method for the S3 Class Object mcSetup

Description

The function provides an overall summary of the output from the function incrExplor()

Usage

## S3 method for class 'mcSetup'
summary(object, ...)

Arguments

object

an object of the class mcSetup – the output from the incrExplor() function

...

not used

Value

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.

See Also

incrExplor(), mcBreaks(), mcStates()

Examples

data(CameronMutual)
summary(CameronMutual)

## default summary output
summary(incrExplor(CameronMutual))

## summary output for user-modified settings
summary(incrExplor(CameronMutual, states = 5, method = "mean"))


[Package ProfileLadder version 0.1.3 Index]