Skip to content

migconforto/PNADc.table

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8c95913 · Jul 20, 2024

History

52 Commits
Aug 26, 2022
Aug 29, 2022
Sep 2, 2022
Aug 29, 2022
Aug 26, 2022
Aug 29, 2022
Aug 27, 2022
Aug 26, 2022
Aug 26, 2022
Aug 27, 2022
Aug 29, 2022
Aug 26, 2022
Aug 27, 2022
Aug 26, 2022
Aug 26, 2022
Jul 20, 2024
Aug 27, 2022

Repository files navigation

output
github_document

PNADc.table

The goal of PNADc.table is to make PNADc tables in an easy and interesting way

Installation

You can install the development version of pnadcr from GitHub with:

install.packages("devtools")
devtools::install_github("migconforto/PNADc.table")

Example

library(pnadcr)
pnadc_download(2019,1) #downloading the 2019 PNADc first quartile

pnadc_mean(~V403312, ~UF, 2019, 1) #Creating a table of mean monthly gross income by UF (Federation Unit) from the 2019.1 PNADc survey

Now let's make a bar graph of the last table

pnadc_plot(~V403312, ~UF, 2019, 1, calculation = "mean", classifier = "V403312", type = 1)

About

PNADc data tabulation

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages