diff --git "a/US12 - Tabela Intercorrela\303\247\303\243o Vari\303\241veis Independentes.R" "b/US12 - Tabela Intercorrela\303\247\303\243o Vari\303\241veis Independentes.R" index 7800e9d..038df6a 100644 --- "a/US12 - Tabela Intercorrela\303\247\303\243o Vari\303\241veis Independentes.R" +++ "b/US12 - Tabela Intercorrela\303\247\303\243o Vari\303\241veis Independentes.R" @@ -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") diff --git a/US5 - Analise Corr TempoEstudo-NotaFinal.R b/US4 - Analise Corr TempoTotalEstudo-NotaFinal.R similarity index 100% rename from US5 - Analise Corr TempoEstudo-NotaFinal.R rename to US4 - Analise Corr TempoTotalEstudo-NotaFinal.R