You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hola!
Estaba intentando bajar la base para hogares y no me está dejando para todos los trimestres. Me baja con 0 rows. Estoy usando el siguiente código:
2: In get_microdata(year = 2014, trimester = 4, type = "hogar", vars = vars) :
No se pudo descargar la base de year 2014,trimester 4, wave NA, type hogar.
Mensaje:
The text was updated successfully, but these errors were encountered:
hola @jmacaggi , el problema es que varias de las variables que le estas pidiendo a la base hogar están únicamente en la base individual. Por ejemplo componentech04ch06 y estado. Si probas el siguiente código, funciona correctamente.
Hola!
Estaba intentando bajar la base para hogares y no me está dejando para todos los trimestres. Me baja con 0 rows. Estoy usando el siguiente código:
library("tidyverse")
library("eph")
library("np")
library("kdensity")
vars <- c('IPCF', 'COMPONENTE','ANO4', 'REGION',
'TRIMESTRE','CH04','CH06',
'ESTADO','PONDERA', 'AGLOMERADO')
data_4Q14 <- get_microdata(year = 2014, trimester = 4,
type= 'hogar', vars = vars)
Error:
2: In get_microdata(year = 2014, trimester = 4, type = "hogar", vars = vars) :
No se pudo descargar la base de year 2014,trimester 4, wave NA, type hogar.
Mensaje:
The text was updated successfully, but these errors were encountered: