<?xml version="1.0" encoding="UTF-8"?>        <rss version="2.0"
             xmlns:atom="http://www.w3.org/2005/Atom"
             xmlns:dc="http://purl.org/dc/elements/1.1/"
             xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
             xmlns:admin="http://webns.net/mvcb/"
             xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
             xmlns:content="http://purl.org/rss/1.0/modules/content/">
        <channel>
            <title>
									SPSS Analysis - AxeUSCE Forum				            </title>
            <link>https://axeusce.com/community-4/spss-analysis/</link>
            <description>AxeUSCE Discussion Board</description>
            <language>en-US</language>
            <lastBuildDate>Sun, 26 Apr 2026 20:33:54 +0000</lastBuildDate>
            <generator>wpForo</generator>
            <ttl>60</ttl>
							                    <item>
                        <title>SPSS tips: How to run and interpret logistic regression for publication</title>
                        <link>https://axeusce.com/community-4/spss-analysis/spss-tips-how-to-run-and-interpret-logistic-regression-for-publication/</link>
                        <pubDate>Sat, 21 Jun 2025 16:17:20 +0000</pubDate>
                        <description><![CDATA[What is Logistic Regression?
Logistic regression is a statistical method used when the outcome (dependent) variable is binary — for example, disease vs. no disease or success vs. failure. I...]]></description>
                        <content:encoded><![CDATA[<h3 data-start="170" data-end="205">What is Logistic Regression?</h3>
<p data-start="207" data-end="552">Logistic regression is a statistical method used when the outcome (dependent) variable is binary — for example, <em data-start="319" data-end="343">disease vs. no disease</em> or <em data-start="347" data-end="368">success vs. failure</em>. It helps estimate the probability of an event occurring, based on one or more independent variables. Example: predicting whether a patient develops hypertension based on BMI and age.<br /><br /></p>
<h3 data-start="559" data-end="604">2. Setting Up Logistic Regression in SPSS</h3>
<p data-start="606" data-end="897">In SPSS, you can run logistic regression by going to:<br data-start="659" data-end="662" /><strong data-start="662" data-end="704">Analyze → Regression → Binary Logistic</strong><br data-start="704" data-end="707" />Select your dependent variable (must be coded 0 and 1) and independent variables (categorical or continuous). Example: <em data-start="826" data-end="896">Outcome: Diabetes (1 = Yes, 0 = No), Predictors: BMI, Smoking Status</em>.<br /><br /></p>
<h3 data-start="904" data-end="955">3. Interpreting the Output: Odds Ratio (Exp(B))</h3>
<p data-start="957" data-end="1236">The key result is the <strong data-start="979" data-end="989">Exp(B)</strong> column in SPSS, which gives the <em data-start="1022" data-end="1034">odds ratio</em>. An odds ratio &gt;1 means increased odds of the event; &lt;1 means decreased odds. Example: An odds ratio of 2.0 for smoking means smokers are twice as likely to develop the disease compared to non-smokers.</p>
<h3 data-start="1243" data-end="1295"><br />4. Assessing Model Fit: The Hosmer-Lemeshow Test</h3>
<p data-start="1297" data-end="1500">Always check the <strong data-start="1314" data-end="1354">Hosmer-Lemeshow goodness-of-fit test</strong> to evaluate how well your model fits the data. A p-value &gt;0.05 suggests good fit. Example: A p-value of 0.21 means your model fits the data well.</p>
<h3 data-start="1507" data-end="1547"><br />5. Reporting Results for Publication</h3>
<p data-start="1549" data-end="1820">When writing your paper, report the odds ratios, 95% confidence intervals, and p-values clearly. Example: <em data-start="1655" data-end="1754">“Smoking was associated with higher odds of hypertension (OR = 2.0, 95% CI: 1.5–2.7, p &lt; 0.001).”</em> This format is suitable for most medical and scientific journals.</p>]]></content:encoded>
						                            <category domain="https://axeusce.com/community-4/spss-analysis/">SPSS Analysis</category>                        <dc:creator>Dr. Rahima Noor</dc:creator>
                        <guid isPermaLink="true">https://axeusce.com/community-4/spss-analysis/spss-tips-how-to-run-and-interpret-logistic-regression-for-publication/</guid>
                    </item>
				                    <item>
                        <title>How to Perform Propensity Score Matching (PSM) in SPSS</title>
                        <link>https://axeusce.com/community-4/spss-analysis/how-to-perform-propensity-score-matching-psm-in-spss/</link>
                        <pubDate>Fri, 20 Jun 2025 23:25:28 +0000</pubDate>
                        <description><![CDATA[Propensity Score Matching (PSM) is a statistical technique used to reduce selection bias by matching participants in treatment and control groups based on their probability (propensity score...]]></description>
                        <content:encoded><![CDATA[<p data-start="153" data-end="499">Propensity Score Matching (PSM) is a statistical technique used to reduce selection bias by matching participants in treatment and control groups based on their probability (propensity score) of receiving the treatment, given observed covariates. It's commonly used in observational studies where randomization is not possible.</p>
<p data-start="501" data-end="525"><strong data-start="501" data-end="523">Discussion Points:</strong></p>
<ol data-start="527" data-end="2543">
<li data-start="527" data-end="751">
<p data-start="530" data-end="570"><strong data-start="530" data-end="568">Why Use Propensity Score Matching?</strong></p>
<ul data-start="574" data-end="751">
<li data-start="574" data-end="612">
<p data-start="576" data-end="612">To control for confounding variables</p>
</li>
<li data-start="616" data-end="696">
<p data-start="618" data-end="696">To simulate some of the characteristics of randomized controlled trials (RCTs)</p>
</li>
<li data-start="700" data-end="751">
<p data-start="702" data-end="751">To improve causal inference in observational data</p>
</li>
</ul>
</li>
<li data-start="753" data-end="1894">
<p data-start="756" data-end="791"><strong data-start="756" data-end="789">Steps to Perform PSM in SPSS:</strong></p>
<ul data-start="795" data-end="1894">
<li data-start="795" data-end="1040">
<p data-start="797" data-end="831"><strong data-start="797" data-end="829">Step 1: Install SPSS Plugins</strong></p>
<ul data-start="837" data-end="1040">
<li data-start="837" data-end="993">
<p data-start="839" data-end="993">You may need to install the SPSS Python Essentials or use an extension like the <em data-start="919" data-end="932">PS Matching</em> plugin (available via SPSS Amos or the IBM extension hub).</p>
</li>
<li data-start="999" data-end="1040">
<p data-start="1001" data-end="1040">Alternatively, use R plugins if needed.</p>
</li>
</ul>
</li>
<li data-start="1045" data-end="1339">
<p data-start="1047" data-end="1087"><strong data-start="1047" data-end="1085">Step 2: Estimate Propensity Scores</strong></p>
<ul data-start="1093" data-end="1339">
<li data-start="1093" data-end="1142">
<p data-start="1095" data-end="1142">Go to: Analyze → Regression → Binary Logistic</p>
</li>
<li data-start="1148" data-end="1204">
<p data-start="1150" data-end="1204">Set the treatment (binary) as the dependent variable</p>
</li>
<li data-start="1210" data-end="1279">
<p data-start="1212" data-end="1279">Enter covariates (potential confounders) as independent variables</p>
</li>
<li data-start="1285" data-end="1339">
<p data-start="1287" data-end="1339">Save the predicted probabilities (Propensity Scores)</p>
</li>
</ul>
</li>
<li data-start="1344" data-end="1594">
<p data-start="1346" data-end="1376"><strong data-start="1346" data-end="1374">Step 3: Perform Matching</strong></p>
<ul data-start="1382" data-end="1594">
<li data-start="1382" data-end="1594">
<p data-start="1384" data-end="1449">Matching is not directly available in basic SPSS—options include:</p>
<ul data-start="1457" data-end="1594">
<li data-start="1457" data-end="1498">
<p data-start="1459" data-end="1498">Use SPSS Custom Dialog: "PS Matching"</p>
</li>
<li data-start="1506" data-end="1540">
<p data-start="1508" data-end="1540">Use syntax with Python plugins</p>
</li>
<li data-start="1548" data-end="1594">
<p data-start="1550" data-end="1594">Export data and use R with <code data-start="1577" data-end="1586">MatchIt</code> package</p>
</li>
</ul>
</li>
</ul>
</li>
<li data-start="1599" data-end="1749">
<p data-start="1601" data-end="1628"><strong data-start="1601" data-end="1626">Step 4: Check Balance</strong></p>
<ul data-start="1634" data-end="1749">
<li data-start="1634" data-end="1679">
<p data-start="1636" data-end="1679">Compare covariates between matched groups</p>
</li>
<li data-start="1685" data-end="1749">
<p data-start="1687" data-end="1749">Standardized mean differences (SMD), t-tests, chi-square tests</p>
</li>
</ul>
</li>
<li data-start="1754" data-end="1894">
<p data-start="1756" data-end="1786"><strong data-start="1756" data-end="1784">Step 5: Outcome Analysis</strong></p>
<ul data-start="1792" data-end="1894">
<li data-start="1792" data-end="1894">
<p data-start="1794" data-end="1894">Analyze matched pairs with appropriate tests (paired t-tests, conditional logistic regression, etc.)</p>
</li>
</ul>
</li>
</ul>
</li>
<li data-start="1896" data-end="2164">
<p data-start="1899" data-end="1929"><strong data-start="1899" data-end="1927">Resources and Tutorials:</strong></p>
<ul data-start="1933" data-end="2164">
<li data-start="1933" data-end="2023">
<p data-start="1935" data-end="2023"><a class="cursor-pointer" target="_new" rel="noopener" data-start="1935" data-end="2021">IBM Extension Hub - PS Matching Dialog</a></p>
</li>
<li data-start="2027" data-end="2055">
<p data-start="2029" data-end="2055">SPSS PSM Syntax examples</p>
</li>
<li data-start="2059" data-end="2086">
<p data-start="2061" data-end="2086">YouTube video tutorials</p>
</li>
<li data-start="2090" data-end="2164">
<p data-start="2092" data-end="2164">R packages (<code data-start="2104" data-end="2113">MatchIt</code>, <code data-start="2115" data-end="2128">PSAgraphics</code>) for more advanced matching options</p>
</li>
</ul>
</li>
<li data-start="2166" data-end="2332">
<p data-start="2169" data-end="2200"><strong data-start="2169" data-end="2198">Common Pitfalls to Avoid:</strong></p>
<ul data-start="2204" data-end="2332">
<li data-start="2204" data-end="2256">
<p data-start="2206" data-end="2256">Poor overlap of propensity scores between groups</p>
</li>
<li data-start="2260" data-end="2300">
<p data-start="2262" data-end="2300">Unbalanced covariates after matching</p>
</li>
<li data-start="2304" data-end="2332">
<p data-start="2306" data-end="2332">Small matched sample sizes</p>
</li>
</ul>
</li>
</ol>]]></content:encoded>
						                            <category domain="https://axeusce.com/community-4/spss-analysis/">SPSS Analysis</category>                        <dc:creator>Dr. Rahima Noor</dc:creator>
                        <guid isPermaLink="true">https://axeusce.com/community-4/spss-analysis/how-to-perform-propensity-score-matching-psm-in-spss/</guid>
                    </item>
				                    <item>
                        <title>Future Goals SPSS skills</title>
                        <link>https://axeusce.com/community-4/spss-analysis/future-goals-spss-skills/</link>
                        <pubDate>Tue, 30 Apr 2024 04:38:16 +0000</pubDate>
                        <description><![CDATA[Kindly participate in this poll by selecting your preferred option.]]></description>
                        <content:encoded><![CDATA[<p><strong>Kindly participate in this poll by selecting your preferred option.</strong></p>]]></content:encoded>
						                            <category domain="https://axeusce.com/community-4/spss-analysis/">SPSS Analysis</category>                        <dc:creator>Shahrukh Khalid</dc:creator>
                        <guid isPermaLink="true">https://axeusce.com/community-4/spss-analysis/future-goals-spss-skills/</guid>
                    </item>
							        </channel>
        </rss>
		