Displaying 1 result from an estimated 1 matches for "a13563074".
Did you mean:
1356374
2007 Nov 03
1
Pearson residuals
Dear Sirs
What is the best aproximation to the standardized normal distribution:
necessidade = c("sem necessidade","com necessidade")
tipo =c("CE-1", "CE-2", "CE-3")
dados=c(20,34,44,69,9,3)
Tabela =cbind(expand.grid(list(Necessidade=necessidade, Tipo=tipo)),
count=dados)
Tabela.array=tapply(Tabela$count, Tabela[,1:2], sum)
ni =