User Tools

Site Tools


r:semipartial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
r:semipartial [2018/11/23 15:44] – [m2] hkimscilr:semipartial [2018/11/26 09:59] (current) – [m2] hkimscil
Line 198: Line 198:
 9   650   35 9   650   35
 10  550   31 10  550   31
 +</code>
 +
 +<code>
 +> mall <- lm(data$MathGPA ~ data$CLEP + data$SATQ)
 +
 +</code>
 +
 +<code>
 +> mall
 +
 +Call:
 +lm(formula = data$MathGPA ~ data$CLEP + data$SATQ)
 +
 +Coefficients:
 +(Intercept)    data$CLEP    data$SATQ  
 +   1.160756     0.072929    -0.000702  
 +
 +> summary(mall)
 +
 +Call:
 +lm(formula = data$MathGPA ~ data$CLEP + data$SATQ)
 +
 +Residuals:
 +     Min       1Q   Median       3Q      Max 
 +-0.19789 -0.12897 -0.00053  0.13117  0.22640 
 +
 +Coefficients:
 +             Estimate Std. Error t value Pr(>|t|)  
 +(Intercept)  1.160756   0.408112    2.84    0.025 *
 +data$CLEP    0.072929   0.025380    2.87    0.024 *
 +data$SATQ   -0.000702   0.001256   -0.56    0.594  
 +---
 +Signif. codes:  0 ‘***’ 0.001 ‘**’ 0.01 ‘*’ 0.05 ‘.’ 0.1 ‘ ’ 1
 +
 +Residual standard error: 0.171 on 7 degrees of freedom
 +Multiple R-squared:  0.778, Adjusted R-squared:  0.714 
 +F-statistic: 12.2 on 2 and 7 DF,  p-value: 0.00518
 +
 +> </code>
 +
 +<code>Intercept = 1.16, t=2.844, p < .05
 +
 +CLEP = 0.07, t=2.874, p < .05
 +
 +SATQ = -.0007, t=-0.558, n.s.
 </code> </code>
 ====== m3 ====== ====== m3 ======
r/semipartial.1542955495.txt.gz · Last modified: 2018/11/23 15:44 by hkimscil

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki