From a108587eaae1ba4d4dff689286a24d969e7598f6 Mon Sep 17 00:00:00 2001 From: mjgaughan Date: Wed, 8 Nov 2023 20:46:12 -0600 Subject: [PATCH] getting started on R things --- R/calculatePower.R | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/R/calculatePower.R b/R/calculatePower.R index c51a1ca..2fc06fd 100644 --- a/R/calculatePower.R +++ b/R/calculatePower.R @@ -15,7 +15,8 @@ rm(list=ls()) set.seed(424242) # (1) - Get the pilot data and clean it -source('~/Research/tor_wikipedia_edits/handcoded_edits/inter_coder_reliability_ns0.R') +#source('~/Research/tor_wikipedia_edits/handcoded_edits/inter_coder_reliability_ns0.R') +source ('/data/users/mgaughan/kkex_data_110823_3') d$nd <- to_logical(d$not.damaging, custom_true=c("Y")) levels(d$source) <- c("IP-based Editors", "New Editors", "Registered Editors", "Tor-based Editors")