sp500 {SDAResources} | R Documentation |
sp500 data
Description
Companies in the S&P 500 Stock Market Index as of September 15, 2020. Downloaded from https://fknol.com/list/market-cap-sp-500-index-companies.php?go=g0 on September 19, 2020.
Usage
data(sp500)
Format
This data frame contains the following columns:
- Company:
company name (character variable, length 37)
- Symbol:
stock symbol (character variable, length 5)
- MarketCap:
market capitalization, in billions of U.S. dollars
- StockPrice:
price per share of stock
- PE_Ratio:
price-to-earnings ratio
- EPS:
earnings per share
References
Lohr (2021), Sampling: Design and Analysis, 3rd Edition. Boca Raton, FL: CRC Press.
Lu and Lohr (2021), R Companion for Sampling: Design and Analysis, 3rd Edition, 1st Edition. Boca Raton, FL: CRC Press.
[Package SDAResources version 0.1.1 Index]