1
0

updating with new descriptive stats for the methods section following data cleaning

This commit is contained in:
Matthew Gaughan 2025-12-16 21:42:43 -08:00
parent 32fb4ca67c
commit f073136e09
2 changed files with 2 additions and 20 deletions

View File

@ -4,12 +4,11 @@ main_df <- read.csv(main_csv, header = TRUE)
bz_summary <- main_df |>
mutate(isBz = if_else(
AuthorPHID == "PHID-USER-ynivjflmc2dcl6w5ut5v", TRUE, FALSE
AuthorPHID == "PHID-USER-idceizaw6elwiwm5xshb", TRUE, FALSE
)) |>
group_by(source, comment_type)|>
group_by(source, comment_type, isBz)|>
summarise(count = n(), .groups = 'drop')
needs_triage <- dsl_df |>
filter(week_index >= -4) |>

View File

@ -1,17 +0,0 @@
1. SSH tunnel from your workstation using the following command:
ssh -N -L 8787:n3441:34063 mjilg@klone.hyak.uw.edu
and point your web browser to http://localhost:8787
2. log in to RStudio Server using the following credentials:
user: mjilg
password: mGALb8Ae1rRJIi4jmNUf
When done using RStudio Server, terminate the job by:
1. Exit the RStudio Session ("power" button in the top right corner of the RStudio window)
2. Issue the following command on the login node:
scancel -f 31867859