Call:
lm(formula = my_data$height ~ my_data$weight + my_data$shoesize)
Residuals:
Min 1Q Median 3Q Max
-0.093588 -0.023330 -0.008637 0.024149 0.097691
Coefficients:
Estimate Standardized Std. Error t value Pr(>|t|)
(Intercept) 0.5729185 NA 0.0948471 6.040 1.38e-07 ***
my_data$weight 0.0018722 0.2492995 0.0006728 2.783 0.00737 **
my_data$shoesize 0.0254916 0.7130181 0.0032029 7.959 1.02e-10 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.03613 on 55 degrees of freedom
Multiple R-squared: 0.8684, Adjusted R-squared: 0.8636
F-statistic: 181.4 on 2 and 55 DF, p-value: < 2.2e-16