[R-br] Reorganização de banco de dados

Benilton Carvalho beniltoncarvalho em gmail.com
Quinta Agosto 25 17:47:38 BRT 2011


x = structure(list(ID = 1, AF1MEDIDA1 = 11.7, AF1MEDIDA2 = 5, AF2MEDIDA1 =
21,
    AF2MEDIDA2 = 21, AF3MEDIDA1 = 33, AF3MEDIDA2 = 20.03), .Names = c("ID",
"AF1MEDIDA1", "AF1MEDIDA2", "AF2MEDIDA1", "AF2MEDIDA2", "AF3MEDIDA1",
"AF3MEDIDA2"), row.names = c(NA, -1L), class = "data.frame")

y = with(reshape(x, varying=2:7, idvar="ID", direction="long", sep="",
timevar="Grupo", ),
            data.frame(ID=ID,
                            REP=substr(Grupo, 2, nchar(Grupo)),
                            AF=paste("AF", substr(Grupo, 1, 1), sep=""),
                            VALOR=AF))
-------------- Próxima Parte ----------
Um anexo em HTML foi limpo...
URL: <http://listas.inf.ufpr.br/pipermail/r-br/attachments/20110825/640cce34/attachment.html>


Mais detalhes sobre a lista de discussão R-br