print.adlp_components {ADLP} | R Documentation |
Accident and Development period Adjusted Linear Pools Component Models
Description
Accident and Development period Adjusted Linear Pools Component Models
Usage
## S3 method for class 'adlp_components'
print(x, ...)
adlp_components(...)
Arguments
x |
Object of class |
... |
Individual |
Details
Class to structure a list of adlp_components.
Value
An object of class adlp_components
Examples
data(test_adlp_component)
test_component1 <- test_adlp_component
test_component2 <- test_adlp_component
test_components <- adlp_components(
component1 = test_component1,
component2 = test_component2
)
[Package ADLP version 0.1.0 Index]