print.adlp_components | R Documentation |
Accident and Development period Adjusted Linear Pools Component Models
## S3 method for class 'adlp_components'
print(x, ...)
adlp_components(...)
x |
Object of class |
... |
Individual |
Class to structure a list of adlp_components.
An object of class adlp_components
data(test_adlp_component)
test_component1 <- test_adlp_component
test_component2 <- test_adlp_component
test_components <- adlp_components(
component1 = test_component1,
component2 = test_component2
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.