## [1] "location" "treatment" "bdepth" "horizon" "blk"
## [6] "replication" "x20wsa2000" "x20wsa250" "x20wsa53" "x20wsa20"
## [11] "x20mwd" "x5wsa2000" "x5wsa250" "x5wsa53" "x5wsa20"
## [16] "x5mwd" "nagg" "location_f"
use soils data frame and location_a and horizon_a
## 8-2 mm 20 and 5 Correlation graphs use soils data frame and location_a and horizon_a
## 2-0.25 mm 20 and 5 Correlation graphs use soils data frame and location_a and horizon_a
use soils_b data frame and location_b and horizon_b
use soils data frame and location_a and horizon_a
## NULL
## NULL
##
## Call:
## lm(formula = x5mwd ~ x20mwd, data = soils)
##
## Residuals:
## Min 1Q Median 3Q Max
## -1.80351 -0.29802 -0.05178 0.24953 1.69249
##
## Coefficients:
## Estimate Std. Error t value Pr(>|t|)
## (Intercept) 0.47932 0.08718 5.498 1.8e-07 ***
## x20mwd 0.77334 0.07969 9.704 < 2e-16 ***
## ---
## Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
##
## Residual standard error: 0.5395 on 138 degrees of freedom
## Multiple R-squared: 0.4056, Adjusted R-squared: 0.4013
## F-statistic: 94.17 on 1 and 138 DF, p-value: < 2.2e-16