ComenzarEmpieza gratis

Chi-Square test of independence sample size

The Chi-Square test of independence can be used to assess whether the A/B grouping is related to the dependent variable. It has a different sample size function than that of t-tests and a Mann-Whitney U test.

You will be assessing the previous gamedata dataset. In each of the two game versions, whether the subject returned to the game after seven days was also recorded as TRUE or FALSE. Therefore, the Chi-Square test of independence will assess whether the two conditions of the version variable and two conditions of the return variable are related.

The pwr package has been loaded for you.

Este ejercicio forma parte del curso

A/B Testing in R

Ver curso

Instrucciones del ejercicio

  • Determine the sample size needed for a Chi-square test of independence with a desired effect size of 0.50, power of 0.80, and alpha of 0.05.

Ejercicio interactivo práctico

Prueba este ejercicio y completa el código de muestra.

# Determine the sample size needed
pwr.chisq.test(___)
Editar y ejecutar código