Correlation


Power analysis based on the simulation of a population, and the probability of obtaining a significant result with a sample of a given size. Although more direct tools for power analysis exist for correlations, this application relies on simulations to illustrate the concept of statistical power.

This app is available from my (rather slow) personal Shiny server. However, if that is too slow or my server is not working, you can always run it locally in your computer with R installed.

To do this, you can simply run the code below in R:

library(shiny)
runGitHub("PowerSimulate_corr_EN", "JDLeongomez")

(NOTA: Para la versión en Español, entra a https://github.com/JDLeongomez/PowerSimulate_corr_ES)