Skip to content
Snippets Groups Projects
Commit e3e099ca authored by Boulakis Paradeisios Alexandros's avatar Boulakis Paradeisios Alexandros
Browse files

ex02

parent ace9ee88
No related branches found
No related tags found
No related merge requests found
list.of.packages <- c("pwr")
new.packages <- list.of.packages[!(list.of.packages %in% installed.packages()[,"Package"])]
if(length(new.packages)) install.packages(new.packages)
###############################################
previous.sample <-
alpha.level <-
beta.level <-
###############################################
# find the SESOI
# ask for help using ??pwr
############################################
# run a power analysis using the SESOI
# ask for help using ??pwr
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment