Learn R Programming

CNAIM (version 2.1.4)

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 36 in CNAIM (2021).

Usage

beta_1(expected_life_years)

Value

Numeric. Initial ageing rate for an electric network asset.

Arguments

expected_life_years

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

Examples

Run this code
beta_1(expected_life_years = 10)

Run the code above in your browser using DataLab