adlp_components: Accident and Development period Adjusted Linear Pools...

View source: R/components.R

print.adlp_componentsR 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 adlp_components

...

Individual adlp_components

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
)


ADLP documentation built on May 29, 2024, 2:12 a.m.