R/data.R

#' CAMEL Ratio Data for Ghanaian Banks (2015)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2015.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca1}{Capital Adequacy ratio}
#'   \item{Aq1}{Asset Quality ratio}
#'   \item{Me1}{Management Efficiency ratio}
#'   \item{Eq1}{Earnings ratio}
#'   \item{Lm1}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2015"

#' CAMEL Ratio Data for Ghanaian Banks (2016)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2016.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2016"

#' CAMEL Ratio Data for Ghanaian Banks (2017)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2017.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2017"

#' CAMEL Ratio Data for Ghanaian Banks (2018)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2017.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2018"

#' CAMEL Ratio Data for Ghanaian Banks (2019)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2019.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2019"

#' CAMEL Ratio Data for Ghanaian Banks (2020)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2020.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2020"

#' CAMEL Ratio Data for Ghanaian Banks (2021)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2021.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2021"

#' CAMEL Ratio Data for Ghanaian Banks (2022)
#'
#' CAMEL ratio data for 21 Ghanaian commercial banks as of 2022.
#' Data sourced from Bank of Ghana publications.
#'
#' @format A data frame with 21 rows and 6 columns:
#' \describe{
#'   \item{Bank}{Bank name (character)}
#'   \item{Ca2}{Capital Adequacy ratio}
#'   \item{Aq2}{Asset Quality ratio}
#'   \item{Me2}{Management Efficiency ratio}
#'   \item{Eq2}{Earnings ratio}
#'   \item{Lm2}{Liquidity ratio}
#' }
#' @source Bank of Ghana and Ghana Stock Exchange
"camel_2022"

Try the CamelRatiosIndex package in your browser

Any scripts or data that you put into this service are public.

CamelRatiosIndex documentation built on June 20, 2026, 5:07 p.m.