The CamelRatiosIndex package includes a fully interactive Shiny dashboard that provides a graphical interface for computing and exploring CAMEL indices. The dashboard is ideal for:
Value boxes: Best/worst performers, mean index, mean
PDInteractive table: Sortable, searchable index results
with colour-coded PDDistribution plot: Histogram of index valuesTop/bottom performers: Quick summary tablesDownload buttons: Export results as CSV, Excel, or RDS
Line plot: Percentage differences across all banks with
highlightingBar chart: Horizontal comparison with colour-coded
performanceRadar chart: CAMEL weight distribution (base year)Histogram: Distribution of performance differencesLollipop chart: Bank ranking relative to base year Eigenvalue plots: Scree plots for base and current
yearsCommunality weights: Bar chart comparing base vs
current weightsWeights table: Numerical comparison with
differencesFactor loadings table: Full loading matrix from base
year The dashboard accepts CSV files with this exact structure:
| Column | Name | Description |
|---|---|---|
| 1 | Bank | Bank identifier (character) |
| 2 | Ca | Capital Adequacy ratio |
| 3 | Aq | Asset Quality ratio |
| 4 | Me | Management Efficiency ratio |
| 5 | Eq | Earnings ratio |
| 6 | Lm | Liquidity ratio |
The dashboard automatically inverts Aq, Me, and Lm (higher = worse performance).