setRectangle {cascsim}R Documentation

Set up the rectangle based on simulated data.

Description

setRectangle sets up the rectangle based on a data file.

Usage

setRectangle(object, data, ...)

## S4 method for signature 'Triangle,data.frame'
setRectangle(object, data,
  evaluationDate = as.Date("2016-12-31"),
  futureDate = as.Date("2017-12-31"), lob = "Total", ctype = "Total")

Arguments

object

Triangle Object

data

Simulated Data

...

Additional function arguments.

evaluationDate

Evaluation Date;

futureDate

End of projection date;

lob

Line of Business;

ctype

Claim Type.


[Package cascsim version 0.4 Index]