Research, Data Analysis & Interpretation-IIशोध, आँकड़ा विश्लेषण एवं व्याख्या-II
Note: All questions carry equal marks and are compulsory. Answer limit is approximately 250 words per question. Start each answer on a new page (as per the original question paper instructions).
नोट : सभी प्रश्नों के अंक समान हैं और सभी प्रश्न अनिवार्य हैं। हर प्रश्न का उत्तर लगभग 250 शब्दों में होना चाहिए (मूल प्रश्न पत्र के अनुसार)।
(a) Chi-Square (χ²) Test:
- A non-parametric test used to examine association/independence between categorical variables, or goodness of fit.
- Compares observed vs. expected frequencies: χ² = Σ(O−E)²/E.
- Types: test of independence (contingency table analysis) and goodness-of-fit test.
- Use in education: analysing nominal data, e.g. relationship between gender and subject choice.
- Assumptions: random sampling, adequate expected cell frequency (generally ≥5), independence of observations.
- Interpretation is based on degrees of freedom and comparison with the critical value/p-value.
(b) Residual Analysis:
- Examines residuals — the difference between observed and predicted/expected values — in regression or ANOVA models.
- Used to check model assumptions: linearity, homoscedasticity (equal variance) and normality of errors.
- Helps detect outliers and patterns indicating a poor model fit.
- Common tools: standardised residuals, residual-vs-fitted plots.
- Important for validating statistical models before drawing research conclusions.
(a) काई-वर्ग (χ²) परीक्षण:
- यह एक अप्राचलिक (non-parametric) परीक्षण है जो श्रेणीबद्ध (categorical) चरों के बीच सहचार/स्वतंत्रता अथवा उपयुक्तता की जाँच हेतु प्रयुक्त होता है।
- प्रेक्षित एवं प्रत्याशित बारंबारता की तुलना करता है: χ² = Σ(O−E)²/E।
- प्रकार: स्वतंत्रता परीक्षण (आकस्मिकता सारणी विश्लेषण) एवं उपयुक्तता परीक्षण (goodness-of-fit)।
- शिक्षा में उपयोग: नामिक आँकड़ों का विश्लेषण, जैसे लिंग एवं विषय-चयन के बीच संबंध।
- मान्यताएँ: यादृच्छिक प्रतिचयन, पर्याप्त प्रत्याशित बारंबारता (सामान्यतः ≥5), प्रेक्षणों की स्वतंत्रता।
- स्वतंत्रता की कोटि व क्रांतिक मान/p-मान की तुलना से व्याख्या की जाती है।
(b) अवशिष्ट विश्लेषण (Residual Analysis):
- प्रतिगमन (regression) अथवा ANOVA मॉडल में अवशिष्ट (प्रेक्षित व प्रत्याशित मानों का अंतर) की जाँच करना।
- मॉडल की मान्यताओं — रैखिकता, समान-विचरण एवं त्रुटियों की सामान्यता — की जाँच हेतु प्रयुक्त।
- असामान्य मान (outliers) तथा कमजोर मॉडल-फिट के प्रतिमानों की पहचान में सहायक।
- सामान्य उपकरण: मानकीकृत अवशिष्ट, अवशिष्ट-बनाम-फिटेड आलेख।
- शोध निष्कर्ष निकालने से पूर्व सांख्यिकीय मॉडल की वैधता जाँचने हेतु महत्वपूर्ण।
The Mann-Whitney U Test is a non-parametric alternative to the independent-samples t-test, used to compare two independent groups when data is ordinal or not normally distributed.
Procedure:
- Combine and rank all scores from both groups together.
- Compute the U statistic based on the sum of ranks in each group.
- Compare with the critical value table, or use a z-approximation for larger samples.
When to use:
- When the assumptions of the parametric t-test are violated — small sample size, non-normal distribution, or ordinal-level data (e.g., rating scales).
Applications in education: comparing the performance/attitude of two independent groups (e.g., experimental vs. control group) when data is skewed or ordinal.
Advantages: does not require the normality assumption; robust to outliers. Limitation: less statistically powerful than the t-test when parametric assumptions are actually satisfied.
मान-व्हिटनी U परीक्षण स्वतंत्र प्रतिदर्श t-परीक्षण का अप्राचलिक विकल्प है, जो दो स्वतंत्र समूहों की तुलना हेतु प्रयुक्त होता है जब आँकड़े क्रमसूचक हों अथवा सामान्य वितरण में न हों।
प्रक्रिया:
- दोनों समूहों के सभी अंकों को मिलाकर क्रम (rank) देना।
- प्रत्येक समूह के क्रम-योग के आधार पर U सांख्यिकी की गणना।
- क्रांतिक मान सारणी से तुलना, अथवा बड़े प्रतिदर्श हेतु z-सन्निकटन का उपयोग।
कब उपयोग करें:
- जब प्राचलिक t-परीक्षण की मान्यताएँ पूरी न हों — छोटा प्रतिदर्श, असामान्य वितरण, अथवा क्रमसूचक आँकड़े (जैसे रेटिंग स्केल)।
शिक्षा में उपयोग: दो स्वतंत्र समूहों (जैसे प्रायोगिक बनाम नियंत्रण समूह) के प्रदर्शन/अभिवृत्ति की तुलना जब आँकड़े तिरछे या क्रमसूचक हों।
लाभ: सामान्यता की मान्यता आवश्यक नहीं; असामान्य मानों के प्रति सुदृढ़। सीमा: जब प्राचलिक मान्यताएँ वास्तव में पूरी हों, तब t-परीक्षण की तुलना में सांख्यिकीय शक्ति कम।
(a) ANCOVA (Analysis of Covariance):
- Combines ANOVA and regression; compares the means of a dependent variable across groups while statistically controlling the effect of one or more covariates (extraneous variables correlated with the DV, e.g. pretest score, IQ).
- Removes the covariate's influence to give a more precise, error-reduced comparison of adjusted group means.
- Widely used in quasi-experimental/experimental education research — e.g., comparing two teaching methods while controlling for prior achievement.
- Assumptions: linearity, homogeneity of regression slopes, normality of residuals.
(b) SPSS (Statistical Package for Social Sciences) Data Analysis:
- A widely used software for statistical data analysis in education and social sciences.
- Features: data/variable view for entry, descriptive statistics, inferential tests (t-test, ANOVA, chi-square, correlation, regression), reliability analysis, charts and graphs.
- Process: define variables → enter/import data → select the required analysis from the Analyze menu → interpret output tables.
- Advantages: user-friendly graphical interface, no programming needed, widely used for hypothesis testing in educational research.
(a) एनकोवा (ANCOVA — सहप्रसरण विश्लेषण):
- ANOVA एवं प्रतिगमन का संयोजन; समूहों में आश्रित चर के माध्यों की तुलना करते समय एक या अधिक सहचर (covariate) (जैसे पूर्व-परीक्षण अंक, IQ) के प्रभाव को सांख्यिकीय रूप से नियंत्रित करता है।
- सहचर का प्रभाव हटाकर समायोजित समूह-माध्यों की अधिक सटीक तुलना प्रदान करता है।
- शिक्षा शोध में अर्ध-प्रायोगिक/प्रायोगिक अध्ययनों में व्यापक उपयोग — जैसे पूर्व-उपलब्धि को नियंत्रित करते हुए दो शिक्षण विधियों की तुलना।
- मान्यताएँ: रैखिकता, प्रतिगमन प्रवणताओं की समरूपता, अवशिष्टों की सामान्यता।
(b) SPSS आँकड़ा विश्लेषण:
- शिक्षा एवं सामाजिक विज्ञान में सांख्यिकीय विश्लेषण हेतु व्यापक रूप से प्रयुक्त सॉफ्टवेयर।
- विशेषताएँ: डेटा एंट्री हेतु वेरिएबल व्यू, वर्णनात्मक सांख्यिकी, अनुमानात्मक परीक्षण (t-परीक्षण, ANOVA, काई-वर्ग, सहसंबंध, प्रतिगमन), विश्वसनीयता विश्लेषण, चार्ट व ग्राफ।
- प्रक्रिया: चरों को परिभाषित करना → आँकड़े दर्ज/आयात करना → Analyze मेनू से विश्लेषण चुनना → परिणाम सारणियों की व्याख्या।
- लाभ: उपयोगकर्ता-अनुकूल इंटरफेस, प्रोग्रामिंग की आवश्यकता नहीं, शिक्षा शोध में परिकल्पना-परीक्षण हेतु व्यापक उपयोग।
Computer software is a set of programs/instructions that direct computer hardware to perform specific tasks.
Types:
- System software: operating systems (Windows/Linux/Mac), utility programs, device drivers — manage hardware and provide the working platform.
- Application software: word processors (MS Word), spreadsheets (Excel), presentation tools (PowerPoint), statistical software (SPSS) — designed for specific user tasks.
- Programming software: compilers/IDEs used for developing new programs.
Role in education/research:
- Data analysis (SPSS/Excel), documentation (word processors), presentation of findings, plagiarism checking (Turnitin), reference management (Zotero/Mendeley), online survey tools (Google Forms), and simulation/statistical modelling.
Computer software increases efficiency and accuracy, enables complex analysis quickly, and supports the documentation and dissemination of research.
कंप्यूटर सॉफ्टवेयर प्रोग्राम/निर्देशों का वह समूह है जो कंप्यूटर हार्डवेयर को विशिष्ट कार्य करने हेतु निर्देशित करता है।
प्रकार:
- सिस्टम सॉफ्टवेयर: ऑपरेटिंग सिस्टम (Windows/Linux/Mac), यूटिलिटी प्रोग्राम, डिवाइस ड्राइवर — हार्डवेयर का प्रबंधन एवं कार्य-मंच प्रदान करना।
- एप्लीकेशन सॉफ्टवेयर: वर्ड प्रोसेसर (MS Word), स्प्रेडशीट (Excel), प्रस्तुति उपकरण (PowerPoint), सांख्यिकीय सॉफ्टवेयर (SPSS) — विशिष्ट कार्यों हेतु।
- प्रोग्रामिंग सॉफ्टवेयर: नए प्रोग्राम विकसित करने हेतु कंपाइलर/IDE।
शिक्षा/शोध में भूमिका:
- आँकड़ा विश्लेषण (SPSS/Excel), दस्तावेज़ीकरण (वर्ड प्रोसेसर), निष्कर्षों की प्रस्तुति, साहित्यिक चोरी जाँच (Turnitin), संदर्भ प्रबंधन (Zotero/Mendeley), ऑनलाइन सर्वेक्षण उपकरण (Google Forms) तथा सिमुलेशन/सांख्यिकीय मॉडलिंग।
कंप्यूटर सॉफ्टवेयर दक्षता व सटीकता बढ़ाता है, जटिल विश्लेषण को शीघ्र संभव बनाता है तथा शोध के दस्तावेज़ीकरण व प्रसार में सहायक है।
Microsoft Excel is a spreadsheet software (part of MS Office) used for data entry, organisation, calculation, analysis and visualisation.
Features:
- Worksheets/workbooks with cells supporting formulas and functions (SUM, AVERAGE, IF, VLOOKUP).
- Data sorting and filtering; pivot tables for summarising large datasets.
- Charts and graphs for visualisation.
- Basic statistical functions — mean, standard deviation, correlation (extendable via the Data Analysis ToolPak).
- Conditional formatting for highlighting patterns.
Uses in educational research:
- Tabulating raw data and calculating descriptive statistics.
- Preparing tables/graphs for reports; simple analysis before/alongside SPSS.
- Budget/record management, question banks, mark sheets and result analysis.
Advantages: easy to use, widely available, good for small-to-medium datasets and quick calculations. Limitations: limited capability for advanced inferential statistics compared to dedicated statistical software like SPSS or R.
माइक्रोसॉफ्ट एक्सेल (MS Office का भाग) एक स्प्रेडशीट सॉफ्टवेयर है, जो डेटा एंट्री, संगठन, गणना, विश्लेषण एवं दृश्यांकन हेतु प्रयुक्त होता है।
विशेषताएँ:
- सूत्रों व फलनों (SUM, AVERAGE, IF, VLOOKUP) युक्त वर्कशीट/वर्कबुक।
- डेटा सॉर्टिंग व फिल्टरिंग; बड़े आँकड़ों के सारांश हेतु पिवट टेबल।
- दृश्यांकन हेतु चार्ट व ग्राफ।
- मूल सांख्यिकीय फलन — माध्य, मानक विचलन, सहसंबंध (Data Analysis ToolPak द्वारा विस्तारित)।
- प्रतिमानों को उजागर करने हेतु सशर्त फॉर्मेटिंग।
शैक्षिक शोध में उपयोग:
- कच्चे आँकड़ों की सारणीकरण एवं वर्णनात्मक सांख्यिकी की गणना।
- रिपोर्ट हेतु सारणी/ग्राफ तैयार करना; SPSS से पूर्व/साथ सरल विश्लेषण।
- बजट/अभिलेख प्रबंधन, प्रश्न-बैंक, अंक-सूची व परिणाम विश्लेषण।
लाभ: उपयोग में सरल, व्यापक उपलब्धता, छोटे-मध्यम आँकड़ों व त्वरित गणना हेतु उपयुक्त। सीमाएँ: SPSS/R जैसे समर्पित सॉफ्टवेयर की तुलना में उन्नत अनुमानात्मक सांख्यिकी में सीमित क्षमता।