Growth_Rate: Growth_Rate

Description Usage Arguments Value See Also Examples

Description

This function aims to calculate the terminal growth rate g using the retention ratio b and return on equity (ROE). It calculates the growth rate using the most recent data or average data and returns both.

Usage

1
Growth_Rate(Ticker)

Arguments

Ticker

The ticker of the stock to be evaluated

Value

Growth The estimated average and recent growth rate. Returns a list.

See Also

tq_get

Examples

1
2
3
4
{
 # Calculate the growth rate g for AAPL. The function calculates the average ROE growth rate and most recent ROE growth rate
   growth_rate <- Growth_Rate("AAPL")
}

JancoS/EquityR documentation built on May 9, 2019, 3:25 a.m.