Learn R Programming

ProfileLadder (version 0.2.2)

summary.mcSetup: 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 mcSetup
summary(object, ...)

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.

Arguments

object

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

...

not used

See Also

incrExplor(), mcBreaks(), mcStates()

Examples

Run this code
data(CameronMutual)
summary(CameronMutual)

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

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

Run the code above in your browser using DataLab