growth_rate | R Documentation |
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.
growth_rate(roe, b)
roe |
Numeric. Return on equity. |
b |
Numeric. Plowback ratio. |
The company's growth rate.
g <- growth_rate(0.25, 0.4)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.