#> We fitted a linear model (estimated using OLS) to predict yield with block, gen
#> and nitro (formula: yield ~ block + gen + factor(nitro)). The model explains a
#> statistically significant and substantial proportion of variance (R2 = 0.72,
#> F(10, 61) = 16.07, p < .001, adj. R2 = 0.68). The model's intercept,
#> corresponding to block = , gen = and nitro = 0, is at 103.97 (95% CI [100.36,
#> 107.58], t(61) = 57.61, p < .001). Within this model:
#>
#> - The effect of block [1] is statistically significant and negative (beta =
#> -13.06, 95% CI [-21.12, -4.99], t(61) = -3.24, p = 0.002; Std. beta = -0.48,
#> 95% CI [-0.78, -0.18])
#> - The effect of block [2] is statistically non-significant and negative (beta =
#> -8.06, 95% CI [-16.12, 0.01], t(61) = -2.00, p = 0.050; Std. beta = -0.30, 95%
#> CI [-0.60, 5.02e-04])
#> - The effect of block [3] is statistically non-significant and negative (beta =
#> -7.72, 95% CI [-15.79, 0.35], t(61) = -1.91, p = 0.060; Std. beta = -0.29, 95%
#> CI [-0.58, 0.01])
#> - The effect of block [4] is statistically significant and positive (beta =
#> 31.36, 95% CI [23.29, 39.43], t(61) = 7.77, p < .001; Std. beta = 1.16, 95% CI
#> [0.86, 1.46])
#> - The effect of block [5] is statistically non-significant and negative (beta =
#> -5.81, 95% CI [-13.87, 2.26], t(61) = -1.44, p = 0.155; Std. beta = -0.21, 95%
#> CI [-0.51, 0.08])
#> - The effect of gen [1] is statistically non-significant and positive (beta =
#> 0.53, 95% CI [-4.58, 5.63], t(61) = 0.21, p = 0.837; Std. beta = 0.02, 95% CI
#> [-0.17, 0.21])
#> - The effect of gen [2] is statistically significant and positive (beta = 5.82,
#> 95% CI [0.72, 10.92], t(61) = 2.28, p = 0.026; Std. beta = 0.22, 95% CI [0.03,
#> 0.40])
#> - The effect of nitro [1] is statistically significant and negative (beta =
#> -24.58, 95% CI [-30.83, -18.33], t(61) = -7.86, p < .001; Std. beta = -0.91,
#> 95% CI [-1.14, -0.68])
#> - The effect of nitro [2] is statistically non-significant and negative (beta =
#> -5.08, 95% CI [-11.33, 1.17], t(61) = -1.63, p = 0.109; Std. beta = -0.19, 95%
#> CI [-0.42, 0.04])
#> - The effect of nitro [3] is statistically significant and positive (beta =
#> 10.25, 95% CI [4.00, 16.50], t(61) = 3.28, p = 0.002; Std. beta = 0.38, 95% CI
#> [0.15, 0.61])
#>
#> Standardized parameters were obtained by fitting the model on a standardized
#> version of the dataset. 95% Confidence Intervals (CIs) and p-values were
#> computed using a Wald t-distribution approximation.