Función para computar resultados del ICG (Function to compute ICG results)
compute_icg(data, wave = NULL, segment_by = NULL)
un tibble guardado como objeto en el enviroment luego de consultar get_icg_raw
(A tibble saved as an object in the enviroment after querying get_icg_raw
).
es el número de ola para la que se quiere computar el ICG (number of wave to which compute the ICG).
parámetro para computar el ICG segmentado por distintas variables (parameter to compute ICG segmented by different variables).
devuelve un tibble con class "tbl_df","tbl", "data.frame"
con el valor del ICG y de cada una de sus dimensiones por una o más olas y segmentado por las variables deseadas
(returns a tibble with class "tbl_df", "tbl", "data.frame"
with the value of the ICG and the dimensions for one or more waves and segmented by desired variables).