[R] RES: SAS PROC SORT nodupkey
Leandro Marino
leandro at cesgranrio.org.br
Tue May 12 15:11:01 CEST 2009
Amor,
You have the possibility to use the duplicated() function.
A[!duplicated(A[,var]),]
Atenciosamente,
Leandro Lins Marino
Centro de Avaliação
Fundação CESGRANRIO
Rua Santa Alexandrina, 1011 - 2º andar
Rio de Janeiro, RJ - CEP: 20261-903
R (21) 2103-9600 R.:236
( (21) 8777-7907
( leandro at cesgranrio.org.br
"Aquele que suporta o peso da sociedade
é precisamente aquele que obtém
as menores vantagens". (SMITH, Adam)
Antes de imprimir pense em sua responsabilidade e compromisso com o MEIO AMBIENTE
-----Mensagem original-----
De: r-help-bounces at r-project.org [mailto:r-help-bounces at r-project.org] Em nome de amor Gandhi
Enviada em: terça-feira, 12 de maio de 2009 09:30
Para: r-help at stat.math.ethz.ch
Assunto: [R] SAS PROC SORT nodupkey
Hi,
I have the following data and I would like to delete douple names, it is almost similar to SAS PROC SORT nodupkey! Is there any function in R does this?
x1 <- rnorm(11,5,1)
x2 <- runif(11,0,1)
nam <-paste("A", c(1:4,4,5:9,9), sep=".") mydata <- data.frame(x1,x2)
crownames(mydata) <- nam
Many thanks in advance,
Amor
[[alternative HTML version deleted]]
More information about the R-help
mailing list