growth_rate: Dividend growth rate

View source: R/ddm.R

growth_rateR Documentation

Dividend growth rate

Description

Growth rate equals the return on equity times the plowback ratio, or growth is determined by how much of earnings is put back into the firm, and how profitable those earnings are.

Usage

growth_rate(roe, b)

Arguments

roe

Numeric. Return on equity.

b

Numeric. Plowback ratio.

Value

The company's growth rate.

Examples

g <- growth_rate(0.25, 0.4)

maximilian-muecke/firmValueSim documentation built on Oct. 2, 2022, 5:40 p.m.