f_depreciation_interest: A function to calculate the costs of medical equipment

View source: R/f_depreciation_interest.R

f_depreciation_interestR Documentation

A function to calculate the costs of medical equipment

Description

A function to calculate the costs of medical equipment based on Section 3.3 of the Dutch EE guideline; k = annual depreciation and interest expense jaarlijkse afschrijvings- en rentekosten

Usage

f_depreciation_interest(
  v_replace_val,
  r_salvage_val,
  n_amortisation_period = 10,
  i_interest_rt = 0.042
)

Arguments

v_replace_val

V: vervangingswaarde; replacement value

r_salvage_val

R: restwaarde; salvage value

n_amortisation_period

N: afschrijvingstermijn,; amortization period

i_interest_rt

i: rentepercentage; interest rate


fthielen/tatooheen documentation built on Nov. 8, 2023, 4:37 a.m.