From 497e367e44784c783d0d3a129e91a842b52f9432 Mon Sep 17 00:00:00 2001 From: mjgaughan Date: Fri, 10 Nov 2023 15:46:26 -0600 Subject: [PATCH] initial exploration of new data --- R/calculatePower.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/calculatePower.R b/R/calculatePower.R index 6429216..81dbd8d 100644 --- a/R/calculatePower.R +++ b/R/calculatePower.R @@ -20,7 +20,7 @@ library(ggplot2) # (1) - Get the pilot data and clean it #source('~/Research/tor_wikipedia_edits/handcoded_edits/inter_coder_reliability_ns0.R') #source ('/data/users/mgaughan/kkex_data_110823_3') -data1 <- read_csv('../power_data_110923_mmt.csv',show_col_types = FALSE) +data1 <- read_csv('../power_data_111023_mmt.csv',show_col_types = FALSE) data2 <- read_csv('../inst_all_packages_full_results.csv') #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")