Skip to content

Commit

Permalink
US4
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyMenezes committed Mar 6, 2013
1 parent 894966e commit d5e286e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions US12 - Tabela Intercorrelação Variáveis Independentes.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ tabela1 = read.csv("dados/TabelaParaPerfis.csv")
tabela2 = read.csv("dados/TableSessionLength.csv") # calcular numero de sessoes
tabela3 = read.csv("dados/")

tabela1 = tabela1[,-3]
tabela2 <- with(tabela2,aggregate(session,list(matricula),FUN=max))
colnames(tabela2) = c("Matricula", "NumeroSessoes")
File renamed without changes.

0 comments on commit d5e286e

Please sign in to comment.