Skip to content

Commit

Permalink
Update Atividade3-2.R
Browse files Browse the repository at this point in the history
  • Loading branch information
tailine committed Apr 2, 2021
1 parent 386d79f commit a8b011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Atividade3-2.R
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ tabela1 <- tabela1 %>%

chi.obs <- sum(tabela1$chi)
alpha <- .05
chi.tab <- qchisq(1-alpha,5-1)
chi.tab <- qchisq(1-alpha,5-1) #verificar graus de liberdade

chi.obs>chi.tab #se TRUE rejeitar h0

Expand Down

0 comments on commit a8b011a

Please sign in to comment.