Illustrative regression output:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 42.87 0.81 52.67 0.0000
cond_new 10.90 1.26 8.66 0.0000
If the reference level is "old", old games have a mean price of 42.87, and new games have a mean price of 42.87 + 10.90 = 53.77.
Example regression output with a categorical variable having more than two categories:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 1.9955 0.6014 3.318 0.000915
numbersmall 9.2233 0.6572 14.033 < 2e-16
numberbig 14.8294 0.8521 17.403 < 2e-16
Example regression output:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 49.80842 3.60516 13.816 5.01e-14
hp -0.12010 0.02470 -4.863 4.04e-05
wt -8.21662 1.26971 -6.471 5.20e-07
hp:wt 0.02785 0.00742 3.753 0.000811
Estimated regression line: mpg = 49.80842 - 0.12010 * hp - 8.21662 * wt + 0.02785 * hp * wt
Given regression output:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 26.6248479 2.1829432 12.197 1.01e-12
hp -0.0591370 0.0129449 -4.568 9.02e-05
am 5.2176534 2.6650931 1.958 0.0603
hp:am 0.0004029 0.0164602 0.024 0.9806
When the transmission (am) is automatic: mpg = 26.6248479 - 0.0591370 * hp