<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Olá Marie<br>
    <br>
    indique que sua primeira coluna é o row.names, caso contrário ele
    irá carregar como uma variável (coluna) e no R colunas sem nome será
    acrescentado o nome default "X" ( se tiveres várias colunas sem
    nome, será: X, X.1, X.2, ...)<br>
    Lembre-se que row.names devem ter nomes únicos(não repetidos).<br>
    <br>
    segue sugestão:<br>
    <br>
    ## arquivo no formato CSV<br>
    ## read.csv2 vem como default sep=";" e dec=","<br>
    dados = read.csv2("endereço/nomeArquivo.csv", row.names = 1)<br>
    <br>
    library(gdata)<br>
    ## arquivo no formato XLSX<br>
    dados = read.xls("endereço/nomeArquivo.xlsx", sheet = 1, row.names =
    1)<br>
    <br>
    saudações<br>
    <br>
    <div class="moz-cite-prefix">Em 15/02/2016 16:15, Marie-Christine .
      escreveu:<br>
    </div>
    <blockquote cite="mid:DUB130-W26403AA88A142D6B4071A9A0AC0@phx.gbl"
      type="cite">
      <style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style>
      <div dir="ltr"><span style="color: rgb(68, 68, 68); font-size:
          15px; line-height: 21.3px; background-color: rgb(255, 255,
          255);">Olá Thiago,</span>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">Desculpa.
          Sou nova aqui neste fórum e não sabia a maneira mais correta
          de expor a minha dúvida.</div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">Talvez
          eu deva contextualizar, antes de tudo, melhor o caso de uma
          das minhas planilhas.<br style="line-height: 21.3px;">
          Abaixo exponho-lhe parte da minha planilha:<br
            style="line-height: 21.3px;">
          <br style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">
          <table style="line-height: 21.3px; border-collapse: collapse;
            width: 192pt;" cellpadding="0" cellspacing="0" border="0"
            width="256">
            <colgroup style="line-height: 21.3px;"><col
                style="line-height: 21.3px; width: 48pt;" span="4"
                width="64"></colgroup><tbody style="line-height:
              21.3px;">
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td style="line-height: 21.3px; height: 15pt; width:
                  48pt;" height="20" width="64"><br>
                </td>
                <td style="line-height: 21.3px; width: 48pt;" width="64">Abu
                  sp</td>
                <td style="line-height: 21.3px; width: 48pt;" width="64">Abu
                  vai</td>
                <td style="line-height: 21.3px; width: 48pt;" width="64">Aca
                  bi</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20">AS-A-C</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20">AS-A-D</td>
                <td style="line-height: 21.3px;" align="right">1</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20">AS-B-A</td>
                <td style="line-height: 21.3px;" align="right">1</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">1</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20">AS-B-B</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20">AS-B-C</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20">AS-B-D</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
                <td style="line-height: 21.3px;" align="right">0</td>
              </tr>
              <tr style="line-height: 21.3px; height: 15pt;" height="20">
                <td class="ecxxl64" style="line-height: 21.3px; height:
                  15pt;" height="20"><br style="line-height: 21.3px;">
                </td>
                <td style="line-height: 21.3px;" align="right"><br
                    style="line-height: 21.3px;">
                </td>
                <td style="line-height: 21.3px;" align="right"><br
                    style="line-height: 21.3px;">
                </td>
                <td style="line-height: 21.3px;" align="right"><br
                    style="line-height: 21.3px;">
                </td>
              </tr>
            </tbody>
          </table>
          <br style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">As
          linhas da primeira coluna correspondem às minhas estações de
          amostragens (AS-A-C, etc). Já a primeira linha da 2 a 3 coluna
          corresponde ao nome das minhas espécies estudadas (Abu sp,
          etc), com suas respectivas abundâncias para cada estação de
          coleta.</div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">
          <div style="line-height: 21.3px;">Para importar esta planilha
            eu usei tanto a função read.csv() quanto read.table() e
            read.delim().</div>
          <div style="line-height: 21.3px;"><br style="line-height:
              21.3px;">
          </div>
          <div style="line-height: 21.3px;">No caso da função read.csv
            usei os argumentos básicos (sep=";" e header=T). A mesma
            coisa fiz báscimanete com o read.table.<br
              style="line-height: 21.3px;">
            Para função read.delim() eu descobri que, se eu acrescentar
            o argumento check.names=FALSE, eu consigo importar a
            planilha da forma desejada. </div>
          <div style="line-height: 21.3px;">Isto é, obtenho um
            data.frame na forma de tabela de contingência sem o ''X'' no
            lugar da primeira célula.</div>
          <div style="line-height: 21.3px;"><br style="line-height:
              21.3px;">
          </div>
          <div style="line-height: 21.3px;">O problema, contudo, é que
            dessa forma o R interpreta minha primeira coluna como sendo
            um fator com 23 níveis. Eu preciso que  as estações também
            sejam interpretadas como um cabecalho. Se, por exemplo, você
            der um View(aravo$spe - exemplo do pacote ade4), observe que
            as estações de coleta constam como cabecalho (as linhas não
            estão enumeradas).<br style="line-height: 21.3px;">
            No meu caso, como o R lê a minha primeira linha como um
            fator, quando dou um View() da minha planilha, minhas linhas
            estão enumeradas e só depois delas é que começa a planilha.<br
              style="line-height: 21.3px;">
            <br style="line-height: 21.3px;">
            No caso quando eu uso a função ftable() do pacote stats,
            aparece a seguinte mensagem de erro:<br style="line-height:
              21.3px;">
            <br style="line-height: 21.3px;">
            <br style="line-height: 21.3px;">
            <div style="line-height: 21.3px;">Error in table(x, exclude
              = exclude) : </div>
            <div style="line-height: 21.3px;">  attempt to make a table
              with >= 2^31 elements</div>
          </div>
          <div style="line-height: 21.3px;"><br style="line-height:
              21.3px;">
          </div>
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">E
          quando eu uso a função read.xls() do pacote gdata, o seguinte
          erro aparece:<br style="line-height: 21.3px;">
          <br style="line-height: 21.3px;">
          <div style="line-height: 21.3px;">Error in findPerl(verbose =
            verbose) : </div>
          <div style="line-height: 21.3px;">  perl executable not found.
            Use perl= argument to specify the correct path.</div>
          <div style="line-height: 21.3px;">Error in file.exists(tfn) :
            invalid 'file' argument</div>
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">Eu já
          tentei modificar esse argumento "perl", mas de nada adiantou.</div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);"><br
            style="line-height: 21.3px;">
        </div>
        <div style="line-height: 21.3px; color: rgb(68, 68, 68);
          font-size: 15px; background-color: rgb(255, 255, 255);">Bom,
          não sei se consegui ser clara o suficiente desta vez. Caso
          não, posso tentar detalhar mais e inclusive te enviar a minha
          planilha para dar uma olhada.<br style="line-height: 21.3px;">
          <br style="line-height: 21.3px;">
          Desde já muito obrigada pela sua atenção</div>
        <div><br>
        </div>
        <br>
        <br>
        <div>
          <hr id="stopSpelling">Date: Mon, 15 Feb 2016 12:03:25 -0200<br>
          From: <a class="moz-txt-link-abbreviated" href="mailto:thiago.serafim@gmail.com">thiago.serafim@gmail.com</a><br>
          To: <a class="moz-txt-link-abbreviated" href="mailto:r-br@listas.c3sl.ufpr.br">r-br@listas.c3sl.ufpr.br</a><br>
          Subject: Re: [R-br] Importação de planilha de contingência<br>
          <br>
          <div dir="ltr">Olá Marie.
            <div>É difícil te ajudar se você não fornecer algumas
              informações básicas.
              <div><br>
              </div>
              <div>"<span style="font-size:12.8px;">Sempre que importo,
                  o R atribui um ''X'' no lugar da primeira célula da
                  minha planilha, aonde, contudo, não deveria constar
                  nada."</span></div>
              <div><span style="font-size:12.8px;">Que função você usou
                  para "importar" o arquivo? Com quais argumentos?
                  Tentou usar outros argumentos? Quais?</span></div>
              <div><span style="font-size:12.8px;"><br>
                </span></div>
              <div><span style="font-size:12.8px;">"Já tentei usar a
                  função ftable() e read.xls(), mas não consegui
                  aplicá-las."</span><span style="font-size:12.8px;"><br>
                </span></div>
              <div><span style="font-size:12.8px;">Não conseguiu aplicar
                  porque? O que acontece? Também aparece X na primeira
                  célula? Ocorre um erro? Se sim, qual a mensagem?</span></div>
              <div><span style="font-size:12.8px;"><br>
                </span></div>
              <div><span style="font-size:12.8px;">Quais pacotes você
                  está usando? Quando executo read.xls(), recebo a
                  mensagem "</span><span style="font-size:12.8px;">Error:
                  could not find function "read.xls""</span></div>
              <div><span style="font-size:12.8px;"><br>
                </span></div>
              <div><span style="font-size:12.8px;">Acho que esse é um
                  bom começo.</span></div>
              <div><span style="font-size:12.8px;"><br>
                </span></div>
              <div><span style="font-size:12.8px;">Atenciosamente,</span></div>
              <div><span style="font-size:12.8px;">Thiago</span></div>
              <div><span style="font-size:12.8px;"><br>
                </span></div>
            </div>
          </div>
          <div class="ecxgmail_extra"><br>
            <div class="ecxgmail_quote">2016-02-15 11:31 GMT-02:00
              Marie-Christine . <span dir="ltr"><<a
                  moz-do-not-send="true"
                  href="mailto:machris55@hotmail.com" target="_blank"><a class="moz-txt-link-abbreviated" href="mailto:machris55@hotmail.com">machris55@hotmail.com</a></a>></span>:<br>
              <blockquote class="ecxgmail_quote" style="border-left:1px
                #ccc solid;padding-left:1ex;">
                <div>
                  <div dir="ltr"><br>
                    <div dir="ltr">
                      <div>Olá,</div>
                      <div><br>
                      </div>
                      <div>Estou querendo fazer uma análise RLQ pelo
                        pacote ade4. </div>
                      <div>Para isso, preciso fazer uso de diversas
                        funções do pacote, tais como dudi.coa(),
                        dudi.hillsmith() e dudi.pca().</div>
                      <div>Para fazer esta análise necessito usar três
                        planilhas diferentes, cada qual está no formato
                        de contingência (vide exemplo do pacote com o
                        banco de dados ''aravo'').</div>
                      <div>Entretanto estou com problemas para importar
                        as minhas planilhas do excel (que já estão no
                        formato de tabela de contingência) e aplicar
                        essas funções em cima delas.</div>
                      <div>Sempre que importo, o R atribui um ''X'' no
                        lugar da primeira célula da minha planilha,
                        aonde, contudo, não deveria constar nada.</div>
                      <div>Já tentei usar a função ftable() e
                        read.xls(), mas não consegui aplicá-las.<br>
                        <br>
                        Alguém teria alguma solução para resolver o meu
                        problema?<br>
                        <br>
                        Att.,<br>
                        <br>
                        Marie</div>
                      <div><br>
                      </div>
                    </div>
                    <div><br>
                      <table style="border-top:1px solid #aaabb6;">
                        <tbody>
                          <tr>
                            <td
style="width:470px;padding-top:20px;color:#41424e;font-size:13px;font-family:Arial,Helvetica,sans-serif;line-height:18px;">Diese
                              E-Mail wurde von einem virenfreien
                              Computer gesendet, der von Avast geschützt
                              wird.<br>
                              <a moz-do-not-send="true"
                                href="https://www.avast.com/sig-email"
                                style="color:#4453ea;" target="_blank">www.avast.com</a>
                            </td>
                          </tr>
                        </tbody>
                      </table>
                    </div>
                  </div>
                </div>
                <br>
                _______________________________________________<br>
                R-br mailing list<br>
                <a moz-do-not-send="true"
                  href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a><br>
                <a moz-do-not-send="true"
                  href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br"
                  rel="noreferrer" target="_blank">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a><br>
                Leia o guia de postagem (<a moz-do-not-send="true"
                  href="http://www.leg.ufpr.br/r-br-guia"
                  rel="noreferrer" target="_blank">http://www.leg.ufpr.br/r-br-guia</a>)
                e forneça código mínimo reproduzível.<br>
              </blockquote>
            </div>
            <br>
          </div>
          <br>
          _______________________________________________
          R-br mailing list
          <a class="moz-txt-link-abbreviated" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a>
          <a class="moz-txt-link-freetext" href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a>
          Leia o guia de postagem (<a class="moz-txt-link-freetext" 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.</div>
      </div>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
R-br mailing list
<a class="moz-txt-link-abbreviated" href="mailto:R-br@listas.c3sl.ufpr.br">R-br@listas.c3sl.ufpr.br</a>
<a class="moz-txt-link-freetext" href="https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br">https://listas.inf.ufpr.br/cgi-bin/mailman/listinfo/r-br</a>
Leia o guia de postagem (<a class="moz-txt-link-freetext" 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.</pre>
    </blockquote>
    <br>
  </body>
</html>