R101: Praktický úvod pro používání statistického programu R
Týden 9. Power analýza
Výpočet síly testu. Práce s balíčky WebPower,
mixedpower a paramtest.
Příprava
Nainstalujte si balíčky WebPower, lme4, simr, paramtest, simstandard, lavaan a devtools.
Poté si nainstalujte balíček mixedpower. Ten není na CRANu, ale na githubu, proto je nutné k jeho instalaci použít tento příkaz:
devtools::install_github("DejanDraschkow/mixedpower")
Aktualizujte si funkce:
Stáhněte si tento dataset:
A samozřejmě také skript:
Literatura
- Hughes, J. (2017). Simulating power with the paramtest package.
- Kumle, L., Võ, M. L.-H., & Draschkow, D. (2021). Estimating power in (generalized) linear mixed models: An open introduction and tutorial in R. Behavior Research Methods.
- Zhang, Z., Yuan, K.-H. (2018). Practical statistical power analysis using WebPower and R. ISDSA Press.
Cvičení
- Pouze jedna kapitola: Sample Size and Power.