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:
Example: A rating of 4 → .
Step 3: Assign Weights to Indicators
Option A: Expert Judgment
Ask experts to assign weights (summing to 1):
Indicator | Weight |
---|---|
PD | 0.20 |
PI | 0.15 |
... | ... |
Option B: Principal Component Analysis (PCA)
Standardize data (z-scores).
Run PCA (retain components with Eigenvalue > 1).
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:
Example:
If weights are [0.20, 0.15, ...] and normalized scores are [0.75, 0.50, ...]:
*(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).
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 ID | CII | Rank |
---|---|---|
001 | 0.72 | 15 |
002 | 0.56 | 210 |
Tools Required
Data Collection: Google Forms, SurveyMonkey.
Analysis: Excel (for manual), Python/R/SPSS (for large datasets).
Visualization: Power BI, Tableau.
Key Notes
Weighting: Use PCA for objectivity or expert input for practicality.
Validation: Check reliability (Cronbach’s Alpha > 0.7).
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).