View source: R/valuation_funs.R
get_roe | R Documentation |
Calculate Return on Equity
get_roe( income, rnd_adj = 0, equity, goodwill, goodwill_portion = 0.2, rnd_asset = 0, eff_tax = 0 )
income |
Number Current year income |
rnd_adj |
Number R&D adjustment |
equity |
Number Current year Equity |
goodwill |
Number Goodwill |
goodwill_portion |
Number Portion of goodwill adjustment |
rnd_asset |
Number Unamortized portion of R&D |
eff_tax |
Number Effective tax rate |
Tibble with ROE and the other parameters
# ROE <- get_roe(income=333, goodwill=5555, equity=4555)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.