Description Usage Arguments Value See Also Examples
Function reading losses (dates and amounts) from object of type loss.data.object
for given risk category and business lines.
1 |
b |
business line number |
r |
risk category number |
data |
object of type |
List with two columnes, first with dates of events and second with loss amount.
1 2 3 4 5 6 | data(loss.data.object)
loss.data.object$blines[1] # business line "Agency Services"
loss.data.object$rcateg[2] # risk category "Clients, Products & Business Practices"
x<- read.loss(1,2,loss.data.object) # reads losses (dates and amounts)
head(x)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.