View source: R/09_computingRwithGGM.R
computingRwithGGM | R Documentation |
Under the assumption of efficient prices, the Gordon growth model has been used to estimate a stock’s required rate of return, or equivalently, the market-price-implied expected return (Jerald E. Pinto, 2020).
computingRwithGGM(divN1, g, spNot)
divN1 |
A number. |
g |
A number. |
spNot |
A number. |
According to information provided by Jerald E. Pinto (2020), the method computingRwithGGM
is developed for computing Required Rate of Return using the Gordon Growth Model for the values passed to its three arguments. Here, divN1
is dollar value of the dividend in one year, g
is dividend growth rate, and spNot
is current share price.
Input values to three arguments divN1
, g
and spNot
.
MaheshP Kumar, maheshparamjitkumar@gmail.com
Pinto, J. E. (2020). Equity Asset Valuation (4th ed.). Wiley Professional Development (P&T). https://bookshelf.vitalsource.com/books/9781119628194
computingRwithGGM(divN1=2.363,g=0.055,spNot=56.60)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.