View source: R/f_depreciation_interest.R
f_depreciation_interest | R Documentation |
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
f_depreciation_interest(
v_replace_val,
r_salvage_val,
n_amortisation_period = 10,
i_interest_rt = 0.042
)
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.