## Warning in readLines(file): incomplete final line found on '_simulation_info.yml'
To compare the model efficiency, we plot the 1:1, and the regression line from lm(pred_growth ~ real_growth)
for both Bayesian and random forest methods as reference.
Density distribution draws from the posterior distribution (\(n = 500\)) can be compared with the MSE values using the random forest methods (vertical bars). Furthermore, I added the sim_full
MSE when running the random forest with all non-correlated variables to get the maximum explicability from data.
Rsquared values draw from the posterior distribution is calculated using the Gelman et al. 2018 definition. Like MSE, the \(R^{2}\) can be compared with the ones from the random forest using the same variables along with the full model (sim_full
). However, the \(R^{2}\) of the random forest is calculated using the classical equation.