Learn R Programming

CNAIM (version 1.0.1)

beta_1: Initial Ageing Rate

Description

This function calculates the initial ageing rate for an electric network asset. See section 6.1.5 on page 32 in CNAIM (2017).

Usage

beta_1(expected_life_years)

Arguments

expected_life_years

Numeric. The output returned by the function expected_life().

Value

Numeric. Initial ageing rate for an electric network asset.

Examples

Run this code
# NOT RUN {
beta_1(expected_life_years = 10)

# }

Run the code above in your browser using DataLab