singleStageR | R Documentation |
The single-stage (constant-growth) residual income model assumes that a company has a constant return on equity and constant earnings growth rate through time.
singleStageR(ROErate, bgnBVPS, r, g)
ROErate |
A number. |
bgnBVPS |
A number. |
r |
A number. |
g |
A number. |
According to information provided by Jerald E. Pinto (2020), the method singleStageR
is developed to compute value of a share based on single-stage (constant-growth) residual income model for the values passed to its four arguments. Here, ROErate
is rate of Return on Equity, g
is constant rate of growth under single stage constant growth model, bgnBVPS
is beginning Book Value per Share, r
is required rate of return on equity.
Input values to four arguments bgnBVPS
RI
, r
,and g
.
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
singleStageR(ROErate=0.16, bgnBVPS=18.81,r=0.11,g=0.08)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.