forwardPEG {stockAnalyst} | R Documentation |
Calculates PE-to-growth (PEG) ratio.
Description
A metric that appears to address the impact of earnings growth on PE is the PE-to-growth (PEG) ratio. PEG is calculated as the PE of the stock divided by the expected earnings growth rate (in percentage terms). The ratio, in effect, is a calculation of PE per percentage point of expected growth. Stocks with lower PEGs are more attractive than stocks with higher PEGs, all else being equal. Some consider that a PEG ratio less than 1 is an indicator of an attractive value level. PEG is useful but must be used with care ad PEG assumes a linear relationship between PE and growth. The model for PE in terms of the DDM shows that, in theory, the relationship is not linear (Jerald E. Pinto, 2020).
Usage
forwardPEG(leadingPE, percentEPSgrowth)
Arguments
leadingPE |
number. |
percentEPSgrowth |
number. |
Details
According to information provided by Jerald E. Pinto (2020), the method forwardPEG
is developed for computing PE-to-growth (PEG) ratio for the values passed to its two arguments. Here, leadingPE
is leading PE Multiple and percentEPSgrowth
is five-year EPS growth forecast (in percentage terms).
Value
Input values to two arguments leadingPE
and percentEPSgrowth
.
Author(s)
MaheshP Kumar, maheshparamjitkumar@gmail.com
References
Pinto, J. E. (2020). Equity Asset Valuation (4th ed.). Wiley Professional Development (P&T). https://bookshelf.vitalsource.com/books/9781119628194
Examples
forwardPEG(leadingPE=43.97,percentEPSgrowth=25.30)