ComeçarComece de graça

Pearson sample size

Prior to running an analysis, the minimum sample size needed to attempt to achieve the results desired.

A company is interested in running a correlation on the data collected from users on their website. To ensure an appropriate amount of data is collected, determine the minimum number of subjects needed for the results that are of interest.

Este exercício faz parte do curso

A/B Testing in R

Ver curso

Instruções do exercício

  • Load the pwr package.
  • Derive the sample size needed to detect an effect of 0.8 and a power of 0.95 using an alpha of 0.05 by running pwr.r.test().

Exercício interativo prático

Experimente este exercício completando este código de exemplo.

# Load the pwr package
___

# Determine the sample size needed
___
Editar e executar o código