<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"><span>Olá pessoal, </span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span>estou com dificuldade de trabalhar com os dados da PNAD. Estou usando a versão 12.2.0 para ler o  pacote IBGEPesq e seguindo o exemplo do PDF para usar a função le.pesquisa. Porém, qdo aplico a função para os dados de outros anos (não o de 2005 que está no exemplo) não está funcionando. </span></div><div style="font-family: 'times new roman',
 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span>já na função </span><b style="color: rgb(91, 91, 91); font-family: 'bookman old style', 'new york', times, serif; font-size: 13px;"><div dir="ltr" align="left" style="margin-right: 0px; display: inline !important;">data(dicPNAD2005),está dando o recado:</div></b><span style="background-color: transparent;"> In data(dicPNAD2008) : data set 'dicPNAD2008' not found</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px; color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span><br></span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 16px;
 color: rgb(0, 0, 0); background-color: transparent; font-style: normal;"><span>Gostaria de ajuda!</span></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> </div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">Atenciosamente,</div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; margin-right: 0px;" dir="ltr" align="left"><font size="2"><font face="bookman old style, new york, times, serif"><font color="#5b5b5b"><b>Luciane Maria Pilotto<br></b></font></font></font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; margin-right: 0px;" dir="ltr" align="left"><font size="2"><font face="bookman old style, new york, times, serif"><font color="#5b5b5b"><b><br></b></font></font></font></div><div
 style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; margin-right: 0px;" dir="ltr" align="left"><font size="2"><font face="bookman old style, new york, times, serif"><font color="#5b5b5b"><b><br></b></font></font></font></div><div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt; margin-right: 0px;" dir="ltr" align="left"><font size="2"><font face="bookman old style, new york, times, serif"><font color="#5b5b5b"><b>usei os seguintes comandos:</b></font></font></font></div><div style="margin-right: 0px;" dir="ltr" align="left"><font size="2"><font face="bookman old style, new york, times, serif"><font color="#5b5b5b"><b><div style="margin-right: 0px;" dir="ltr" align="left">library(Hmisc)####valores perdidos e recodificar variáveis </div><div style="margin-right: 0px;" dir="ltr" align="left">library(epicalc)###epidemiological calculator</div><div style="margin-right: 0px;" dir="ltr"
 align="left">library(survey) ### analysis of complex survey samples</div><div style="margin-right: 0px;" dir="ltr" align="left">library(IBGEPesq) </div><div style="margin-right: 0px;" dir="ltr" align="left">data(dicPNAD2005)<br></div><div style="margin-right: 0px;" dir="ltr" align="left"><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">caminho.microdados <- file.path(file.choose())###abrir arquivo, neste caso ‘pes2005’</div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">dados1 <- le.pesquisa (dicionario=dicpes2005, pathname.in=caminho.microdados, pathname.out="dados1.Rdata", </div><div style="margin-right: 0px;" dir="ltr" align="left">codigos=c("UF","V0102","V0103","V0301","V0302","V8005","V0401","V0402","V0403","V0404","V4703","V4704","V4705","V4707",</div><div style="margin-right: 0px;"
 dir="ltr" align="left">"V4718","V4729"),nomes=c("UF","NCONTR","NSERIE","NORDEM","SEXO","IDADE","CONDDOM","CONDFAM",</div><div style="margin-right: 0px;" dir="ltr" align="left">"NFAM","RACA_COR","ANOSEST","CONDATV","CONDOCP","HTRAB","RENDTRAB","PESOP"), quant=408148) </div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">head(dados1)</div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">caminho.microdados <- file.path(file.choose())###abrir arquivo, neste caso ‘dom 2005’</div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">dados2 <- le.pesquisa (dicionario=dicdom2005, pathname.in=caminho.microdados, pathname.out="dados2.Rdata", </div><div style="margin-right: 0px;" dir="ltr" align="left">codigos=c("V0102",
 "V0103","UPA","V4617","V4618"),nomes=c("NCONTR", "NSERIE","UPA","ESTRATO","PSU"), quant=408148)</div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">dado12 <- merge_blocos(dados1,dados2)</div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div><div style="margin-right: 0px;" dir="ltr" align="left">save(dado12,file="dado12.rda")</div><div style="margin-right: 0px;" dir="ltr" align="left">save(dicpe2005,file= "dicpes2005.csv")</div><div style="margin-right: 0px;" dir="ltr" align="left">head(dado12)</div><div style="margin-right: 0px;" dir="ltr" align="left"><br></div></div></b></font></font></font></div>  <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;"> <div dir="ltr"> <hr size="1">  <font size="2" face="Arial"> <b><span
 style="font-weight:bold;">De:</span></b> Marcos Silva <marcosfs2006@gmail.com><br> <b><span style="font-weight: bold;">Para:</span></b> r-br@listas.c3sl.ufpr.br <br> <b><span style="font-weight: bold;">Enviadas:</span></b> Quinta-feira, 4 de Abril de 2013 13:55<br> <b><span style="font-weight: bold;">Assunto:</span></b> Re: [R-br] Pacote IBGEPesq<br> </font> </div> <div class="y_msg_container"><br><div id="yiv6074217101"><div>Se não me engano, o pacote "dicionariosIBGE" disponibiliza a função le.pesquisa() do pacote IBGEPesq, que permite a leitura dos microdados.</div>
<div> </div>
<div>Abs. <br><br></div>
<div class="yiv6074217101gmail_quote">Em 4 de abril de 2013 11:27, Alexandre Ribeiro Leichsenring <span dir="ltr"><<a rel="nofollow" ymailto="mailto:aleleich@uol.com.br" target="_blank" href="mailto:aleleich@uol.com.br">aleleich@uol.com.br</a>></span> escreveu:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex;" class="yiv6074217101gmail_quote">
<div dir="ltr">Luciane, 
<div><br></div>
<div>Na versão atual do R o pacote não funciona. Mas na versão 2.12.0 funciona (acho que essa é a versão mais recente em que o pacote funciona diretamente). </div>
<div><br></div>
<div>Saudações,<br></div>
<div><br></div>
<div>Alexandre</div></div>
<div class="yiv6074217101gmail_extra"><br><br>
<div class="yiv6074217101gmail_quote">Em 4 de abril de 2013 10:59, Luciane Maria Pilotto <span dir="ltr"><<a rel="nofollow" ymailto="mailto:lutipilotto@yahoo.com.br" target="_blank" href="mailto:lutipilotto@yahoo.com.br">lutipilotto@yahoo.com.br</a>></span> escreveu:<br>
<blockquote style="BORDER-LEFT:#ccc 1px solid;MARGIN:0px 0px 0px 0.8ex;PADDING-LEFT:1ex;" class="yiv6074217101gmail_quote">
<div>
<div class="yiv6074217101h5">
<div>
<div style="font-family: 'times new roman', 'new york', times, serif; font-size: 12pt;">
<div style="FONT-SIZE:12pt;"><span>Olá pessoal,</span></div>
<div style="BACKGROUND-COLOR:transparent;FONT-STYLE:normal;FONT-SIZE:16px;"><span><br></span></div>
<div style="BACKGROUND-COLOR:transparent;FONT-STYLE:normal;FONT-SIZE:16px;"><span>Gostaria de ajuda para instalar e  carregar o pacote IBGEPesq no Wind XP para trabalhar com os micro dados das PNADs, está dando o erro descrito abaixo. E</span>ncontrei um debate com a mesma dúvida, porém, não vi a solução.<span style="BACKGROUND-COLOR:transparent;"> S</span>ou novata no R e nesta lista também. </div>

<div style="BACKGROUND-COLOR:transparent;FONT-STYLE:normal;FONT-SIZE:16px;"><span> </span></div>
<div style="BACKGROUND-COLOR:transparent;"><span>
<div style="BACKGROUND-COLOR:transparent;">library(IBGEPesq) </div>
<div style="BACKGROUND-COLOR:transparent;">Erro em library(IBGEPesq) : </div>
<div style="BACKGROUND-COLOR:transparent;">  package ‘IBGEPesq’ does not have a NAMESPACE and should be re-installed</div>
<div style="FONT-STYLE:normal;FONT-SIZE:16px;"><br></div></span></div>
<div style="FONT-SIZE:12pt;"></div>
<div style="FONT-SIZE:12pt;">Att.,</div>
<div style="FONT-SIZE:12pt;MARGIN-RIGHT:0px;" dir="ltr" align="left"><font size="+0"><font face="bookman old style, new york, times, serif"><font color="#5b5b5b"><b>Luciane </b></font></font></font></div>
</div></div><br></div></div>_______________________________________________<br>R-br mailing list<br><a rel="nofollow" ymailto="mailto:R-br@listas.c3sl.ufpr.br" target="_blank" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br><a rel="nofollow" target="_blank" href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br>
Leia o guia de postagem (<a rel="nofollow" target="_blank" href="http://www.leg.ufpr.br/r-br-guia">http://www.leg.ufpr.br/r-br-guia</a>) e forneça código mínimo reproduzível.<br></blockquote></div><br></div><br>_______________________________________________<br>
R-br mailing list<br><a rel="nofollow" ymailto="mailto:R-br@listas.c3sl.ufpr.br" target="_blank" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br><a rel="nofollow" target="_blank" href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br>
Leia o guia de postagem (<a rel="nofollow" target="_blank" href="http://www.leg.ufpr.br/r-br-guia">http://www.leg.ufpr.br/r-br-guia</a>) e forneça código mínimo reproduzível.<br></blockquote></div><br><br clear="all"><br>-- <br>Marcos F. Silva<br>
<a rel="nofollow" target="_blank" href="http://sites.google.com/site/marcosfs2006">http://sites.google.com/site/marcosfs2006</a> </div><br>_______________________________________________<br>R-br mailing list<br><a ymailto="mailto:R-br@listas.c3sl.ufpr.br" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br><a href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br" target="_blank">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br>Leia o guia de postagem (<a href="http://www.leg.ufpr.br/r-br-guia" target="_blank">http://www.leg.ufpr.br/r-br-guia</a>) e forneça código mínimo reproduzível.<br><br></div> </div> </div>  </div></body></html>