Replace the name of the parameter from index to name using a lookup_table Receives a data frame and returns a dataframe.
replace_parameter_index_with_names(
d,
column,
par,
lookup_table,
cluster_lookup_table = NULL,
predictors_lookup_table = NULL
)
dataframe
name of the colum
name of the parameter
lookup table of the players
a lookup table of the predictors
a lookup table for the predictors
a data. frame where we change the names in the variable colum to the corresponding parameter_name from the lookup table