# \donttest{
data_centered_scaled <-
feature_standardization(df = bdsm::economic_growth[,1:7],
timestamp_col = year, entity_col = country)
data_cross_sectional_standarized <-
feature_standardization(df = data_centered_scaled, timestamp_col = year,
entity_col = country, time_effects = TRUE,
scale = FALSE)
likelihoods_summary(df = data_cross_sectional_standarized,
dep_var_col = gdp, timestamp_col = year,
entity_col = country, model_space = economic_growth_ms)
# }
Run the code above in your browser using DataLab