Learn R Programming

waccR (version 0.1.0)

betas: Downloads and tidies Aswath Damodaran's industry Beta data

Description

Downloads and tidies Aswath Damodaran's Beta data for various sectors of US industry.

Usage

betas()

Arguments

Details

Returns a data frame with the following variables:

  • Industry: economic sector.

  • Number_Firms: number of companies in the sector.

  • Av_Unlevered_Beta: Average Unlevered Beta.

  • Av_Levered_Beta: Average Levered Beta.

  • Av_Corr_Market: Average Correlation with the market.

  • Total_Unlevered_Beta

  • Total_Levered_Beta

Examples

Run this code
# NOT RUN {
Beta <- betas()
# }

Run the code above in your browser using DataLab