get_roe: Calculate ROE

View source: R/valuation_funs.R

get_roeR Documentation

Calculate ROE

Description

Calculate Return on Equity

Usage

get_roe(
  income,
  rnd_adj = 0,
  equity,
  goodwill,
  goodwill_portion = 0.2,
  rnd_asset = 0,
  eff_tax = 0
)

Arguments

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

Value

Tibble with ROE and the other parameters

Examples

# ROE <- get_roe(income=333, goodwill=5555, equity=4555)

TracyRage/fun_valuation documentation built on Jan. 29, 2023, 8:41 a.m.