Learn R Programming

stockAnalyst (version 1.0.1)

singleStageR: Calculates value of a share based on single-stage (constant-growth) Residual Income model.

Description

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.

Usage

singleStageR(ROErate, bgnBVPS, r, g)

Value

Input values to four arguments bgnBVPS

RI, r,and g.

Arguments

ROErate

A number.

bgnBVPS

A number.

r

A number.

g

A number.

Author

MaheshP Kumar, maheshparamjitkumar@gmail.com

Details

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.

References

Pinto, J. E. (2020). Equity Asset Valuation (4th ed.). Wiley Professional Development (P&T). https://bookshelf.vitalsource.com/books/9781119628194

Examples

Run this code
singleStageR(ROErate=0.16, bgnBVPS=18.81,r=0.11,g=0.08)

Run the code above in your browser using DataLab