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
CORRECT <- arrange(rbind(CORRECT,CORRECTindivifixe),ID1) #ficamos com 23557, ainda faltam 1061
#4,3%
table(ERRADOS$ID1%in%CORRECT$ID1)
ERRADOS <- ERRADOS[!(ERRADOS$ID1%in%CORRECT$ID1),]
ERRADOS <- ERRADOS[!(ERRADOS$ID2%in%CORRECT$ID2),] #são 2495 que têm de ser reduzidos a 1061
ERRADOS <- arrange(ERRADOS, ID1)
table(duplicated(OTHER$ID1))
# verifica se há repetidos#separa os repetidos dos que são únicos
cuidado com fazer apenas uma ordem! pq em 1123 > F,T,F,F e em fromLast=T > T,F,F,F
The text was updated successfully, but these errors were encountered: