Manual for Calculating MSME Innovation Index


This guide provides a step-by-step method to measure innovation in MSMEs using survey data and statistical weighting.


Step 1: Define Innovation Indicators

Collect data for say the following 7 key dimensions (use Likert-scale surveys, e.g., 1–5):

  • Product Development (PD)

  • Process Improvement (PI)

  • Market Development (MD)

  • Quality Improvement (QI)

  • Sales Growth (SG)

  • Profitability Increase (PF)

  • Employment Generation (EG)

Example Survey Question:
*"Rate your firm’s innovation in [dimension] over the past 3 years (1 = None, 5 = High)."*


Step 2: Normalize the Data

Convert Likert scores (1–5) to a 0–1 scale:

Normalized Score=Actual Score14
  • Example: A rating of 4 → (41)/4=0.75.


Step 3: Assign Weights to Indicators

Option A: Expert Judgment

Ask experts to assign weights (summing to 1):

IndicatorWeight
PD0.20
PI0.15
......

Option B: Principal Component Analysis (PCA)

  1. Standardize data (z-scores).

  2. Run PCA (retain components with Eigenvalue > 1).

  3. Derive weights from loadings and variance explained.
    (See earlier PCA steps for details.)


Step 4: Calculate Composite Innovation Index (CII)

For each firm, compute the weighted average:

CII=(w1×PD)+(w2×PI)++(w7×EG)

Example:
If weights are [0.20, 0.15, ...] and normalized scores are [0.75, 0.50, ...]:

CII=(0.20×0.75)+(0.15×0.50)+=0.685

*(Scale: 0 = No innovation, 1 = Maximum innovation.)*


Step 5: Aggregate and Analyze Results

Overall Innovation Score:

Average CII across all firms (e.g., 0.62 = Moderate innovation).

Sector Comparison:

Group by industry/region to compare mean CII.

Benchmarking:

Identify top innovators (CII > 0.8) and laggards (CII < 0.4).


Step 6: Visualize Insights

  • Radar Chart: Compare average scores across 7 indicators.

  • Histogram: Show distribution of CII scores.

  • Trend Analysis: Track CII over time.


Example Output

Firm IDCIIRank
0010.7215
0020.56210

Tools Required

  • Data Collection: Google Forms, SurveyMonkey.

  • Analysis: Excel (for manual), Python/R/SPSS (for large datasets).

  • Visualization: Power BI, Tableau.


Key Notes

  1. Weighting: Use PCA for objectivity or expert input for practicality.

  2. Validation: Check reliability (Cronbach’s Alpha > 0.7).

  3. Adaptability: Update weights every 2–3 years.

This manual is a reference only, but considered  a groundbreaking, transparent, scalable, and data-driven approach to measuring MSME innovation. For large datasets, automate calculations using scripts (Python/R).


Previous Post Next Post