View source: R/market_growth.R
market_growth | R Documentation |
Given a data frame of companies (names and tickers) and a data frame of financial statements, calculates GPOA, ROE, ROA, CFOA, GMAR, ACC over a four-year time span and determines the z-score of overall growth for each company based on the paper Quality Minus Junk (Asness et al.) in Appendix page A2.
market_growth(
companies = qmj::companies_r3k16,
financials = qmj::financials_r3k16
)
companies |
A data frame of company names and tickers. |
financials |
A data frame containing financial statements for every company. |
data.frame of market growth values
market_data
market_profitability
market_safety
market_payouts
market_growth(companies_r3k16[1,], financials_r3k16)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.