# \donttest{
library(magrittr)
data_prepared <- economic_growth[,1:7] %>%
feature_standardization(timestamp_col = year, entity_col = country) %>%
feature_standardization(timestamp_col = year, entity_col = country,
time_effects = TRUE, scale = FALSE)
bma_result <- bma_summary(df = data_prepared, dep_var_col = gdp,
timestamp_col = year, entity_col = country,
model_space = economic_growth_ms)
# }
Run the code above in your browser using DataLab