เริ่มต้นใช้งานเริ่มต้นใช้งานได้ฟรี

Implied Price Using Regression

The relationship between ROE and P/B summarized by the regression can also be used to imply the relevant P/B multiple for our subject firm and, consequently, an implied price. Assume that the subject firm ROE is 20% and its BVPS is $8. Recall that the regression intercept term and beta are stored as a and b, respectively. Using this information, calculate the implied price using the relation between ROE and P/B.

แบบฝึกหัดนี้เป็นส่วนหนึ่งของหลักสูตร

Equity Valuation in R

ดูคอร์ส

คำแนะนำการฝึกหัด

  • Calculate the implied P/B multiple.
  • Calculate the implied price for the subject firm.

แบบฝึกหัดเชิงโต้ตอบแบบลงมือทำ

ลองทำแบบฝึกหัดนี้โดยเติมโค้ดตัวอย่างนี้ให้สมบูรณ์

# Calculate implied P/B
implied_p_b <- ___
implied_p_b

# Calculate implied price
implied_price <- ___
implied_price
แก้ไขและรันโค้ด