Comece agoraComece grátis

Running a chi squared test

Now it's time to test whether or not there is an association between depression level and perceived health using a chi squared test. Recall that the p-value of the chi squared test tells us how consistent our sample results are with the assumption that depression and perceived health are not related.

Este exercicio faz parte do curso

Analyzing Survey Data in R

Ver curso

Instruções do exercicio

Using svychisq(), test for a relationship between Depressed and HealthGen.

exercicio interativo prático

Tente este exercicio completando este código de exemplo.

# Run a chi square test between Depressed and HealthGen
___(___, 
    ___ = ___, 
    statistic = "Chisq")
Editar e Executar Código