calcular_rendimento_medio | R Documentation |
Calcular médias mensais de rendimento (por tipo de rendimento)
calcular_rendimento_medio( df_pof_rendimento_base, tipo_rendimento = 0, df_pof_morador_base )
df_pof_rendimento_base |
O nome (string) do dataframe com os dados de rendimento. Ver ler_pof_rendimento. |
df_pof_morador_base |
O nome (string) do dataframe com o registro MORADOR. Ver ler_pof_geral |
tipo_rendimento=0 |
Tipo (ou tipos) de rendimento. Ver indice_rendimento |
O valor médio real mensal do tipo de rendimento escolhido
ler_pof_rendimento, ler_pof_rendimento_todas, montar_tabela_rendimento_uc
calcular_rendimento_medio(df_pof_rendimento_base = "pof_rendimento", tipo_rendimento = c(0,1,2), df_pof_morador_base = "pof_morador");
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.