View source: R/valuation_funs.R
rnd_adjustment | R Documentation |
Calculate R&D adjustment to EBIT (for ROIC calculation).
rnd_adjustment(current_rnd, amortized_rnd)
current_rnd |
Number Current year R&D expense |
amortized_rnd |
Number Amortized R&D |
Number R&D adjustment for EBIT
# See get_amortization function output for amortized R&D # Current year R&D # current_rnd <- 1771 # R&D spending last five years # cash_flow <- list(current=123, y1=333, y2=444, y3=444, y4=555, y5=666) # Calculate amortized portion of R&D # amortized_rnd <- get_amortization_5(cash_flow) # lease_adj <- rnd_adjustment(current_rnd, amortized_rnd)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.