Learn R Programming

CNAIM (version 1.0.1)

beta_2: Forecast Ageing Rate

Description

This function calculates the forecast Ageing Rate for an electric network asset. See section 6.1.8 on page 34 in CNAIM (2017).

Usage

beta_2(current_health_score, age)

Arguments

current_health_score

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

age

Numeric. Age of the asset.

Value

Numeric. Forecast ageing rate for an electric network asset.

Examples

Run this code
# NOT RUN {
beta_2(current_health_score = 1, age = 25)
# }

Run the code above in your browser using DataLab