Res3 <- list ()
for (mediator in Mediator_vars) {
intercept_model <- lm (as.formula (paste0 (
mediator, " ~ 1" )), D_trn)
step_model <- step (intercept_model,
scope = as.formula (paste0 (
mediator, " ~ " ,
"(" , paste (GIS_vars, collapse = " + " ), ")^2"
)),
trace = FALSE , k = log (nrow (D_trn))
)
Res3[[mediator]] <- lm (formula (step_model), D_tst)
}
lapply (Res3, summary)
$FEELNAT
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-4.959 -0.391 0.264 0.607 1.685
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.0618 0.0410 1.51 0.13260
LCARTIF_sqrt -0.1524 0.0570 -2.67 0.00770 **
RL_NDVI 0.1498 0.0436 3.43 0.00063 ***
OVDIST_sqrt 0.0270 0.0452 0.60 0.55112
LCARTIF_sqrt:RL_NDVI 0.1146 0.0402 2.85 0.00446 **
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.948 on 733 degrees of freedom
(9 observations deleted due to missingness)
Multiple R-squared: 0.106, Adjusted R-squared: 0.101
F-statistic: 21.8 on 4 and 733 DF, p-value: <2e-16
$LNOISE
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-3.999 -0.527 0.012 0.676 1.622
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.00097 0.03862 -0.03 0.980
LCARTIF_sqrt -0.12357 0.04841 -2.55 0.011 *
RL_NOISE -0.24203 0.04890 -4.95 9.7e-07 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.945 on 596 degrees of freedom
(148 observations deleted due to missingness)
Multiple R-squared: 0.11, Adjusted R-squared: 0.107
F-statistic: 36.6 on 2 and 596 DF, p-value: 9.79e-16
$LOC_SENS
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-3.319 -0.217 -0.007 0.831 1.390
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.000148 0.036675 0.00 0.99678
HETER 0.129769 0.038233 3.39 0.00073 ***
STRIMP999_sqrt -0.072664 0.038328 -1.90 0.05837 .
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.993 on 730 degrees of freedom
(14 observations deleted due to missingness)
Multiple R-squared: 0.0168, Adjusted R-squared: 0.0141
F-statistic: 6.22 on 2 and 730 DF, p-value: 0.00209
$LOC_SOUN
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-3.623 -0.402 0.482 0.698 1.512
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) 0.000403 0.036322 0.01 0.9912
LCARTIF_sqrt -0.175213 0.037180 -4.71 2.9e-06 ***
HETER 0.109010 0.037186 2.93 0.0035 **
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.984 on 731 degrees of freedom
(13 observations deleted due to missingness)
Multiple R-squared: 0.0344, Adjusted R-squared: 0.0317
F-statistic: 13 on 2 and 731 DF, p-value: 2.82e-06
$LOC_SCEN
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-3.0383 -0.2135 0.0669 0.8101 1.8029
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.00114 0.03618 -0.03 0.97
RL_NDVI 0.21701 0.03629 5.98 3.5e-09 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.977 on 727 degrees of freedom
(18 observations deleted due to missingness)
Multiple R-squared: 0.0469, Adjusted R-squared: 0.0456
F-statistic: 35.8 on 1 and 727 DF, p-value: 3.48e-09
$LOC_VISE
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-3.0692 -0.1488 -0.0235 0.8511 1.0861
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.000356 0.037305 -0.01 0.992
LCARTIF_sqrt -0.071106 0.037580 -1.89 0.059 .
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.998 on 714 degrees of freedom
(31 observations deleted due to missingness)
Multiple R-squared: 0.00499, Adjusted R-squared: 0.0036
F-statistic: 3.58 on 1 and 714 DF, p-value: 0.0589
$LOC_VEGE
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-3.971 -0.492 0.443 0.706 1.599
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.0192 0.0378 -0.51 0.6111
RL_NDVI 0.2195 0.0382 5.75 1.4e-08 ***
JNYTIME_sqrt -0.1139 0.0379 -3.01 0.0027 **
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.98 on 671 degrees of freedom
(73 observations deleted due to missingness)
Multiple R-squared: 0.0549, Adjusted R-squared: 0.052
F-statistic: 19.5 on 2 and 671 DF, p-value: 6.03e-09
$LOC_FAUN
Call:
lm(formula = formula(step_model), data = D_tst)
Residuals:
Min 1Q Median 3Q Max
-1.898 -0.914 0.300 0.796 1.744
Coefficients:
Estimate Std. Error t value Pr(>|t|)
(Intercept) -0.00127 0.03685 -0.03 0.97
LCARTIF_sqrt -0.21409 0.03697 -5.79 1.1e-08 ***
---
Signif. codes: 0 '***' 0.001 '**' 0.01 '*' 0.05 '.' 0.1 ' ' 1
Residual standard error: 0.978 on 702 degrees of freedom
(43 observations deleted due to missingness)
Multiple R-squared: 0.0456, Adjusted R-squared: 0.0442
F-statistic: 33.5 on 1 and 702 DF, p-value: 1.05e-08