computingRI | R Documentation |
Calculates per share Residual Income using given values of Earnings Per Share (EPS) and beginning Book Values Per Share (bgnBVPS) for a specified number of years.
computingRI(bgnBVPS, EPS, r)
bgnBVPS |
A number vector. |
EPS |
A number vector. |
r |
A number. |
According to information provided by Jerald E. Pinto (2020), the method computingRI
is developed to compute value of share using Residual Income Model with given values of Earnings Per Share (EPS) and beginning Book Values Per Share (bgnBVPS) for a specified number of years for the values passed to its four arguments. Here, bgnBVPS
is a vector of the beginning or current book value per share for a specified number of years, EPS
is a vector of the given values of Earnings Per Share for a specified number of years, and r
is the required rate of return on the stock. The computingRI
computes Residual Incomes as EPS minus per share equity charge for specified number of years and then computes sum of discounted values of Residual Income that is added to current Book value per share to arrive at the share value.
Input values to three arguments bgnBVPS
EPS
,and r
.
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
computingRI(bgnBVPS=c(6,7,8.25),EPS=c(2,2.5,4),r=0.10 )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.