Merge branch 'master' of https://git.tunstall.in/tanu/LSHTM_analysis
This commit is contained in:
commit
340f490d70
2 changed files with 25 additions and 2 deletions
23
mcsm_analysis/pyrazinamide/scripts/.Rhistory
Normal file
23
mcsm_analysis/pyrazinamide/scripts/.Rhistory
Normal file
|
@ -0,0 +1,23 @@
|
||||||
|
getwd()
|
||||||
|
setwd("~/git/LSHTM_analysis/mcsm_analysis/pyrazinamide/scripts/plotting")
|
||||||
|
getwd()
|
||||||
|
source("../combining_two_df.R")
|
||||||
|
source("../Header_TT.R")
|
||||||
|
getwd()
|
||||||
|
setwd("~/git/LSHTM_analysis/mcsm_analysis/pyrazinamide/scripts/plotting")
|
||||||
|
getwd()
|
||||||
|
source("../Header_TT.R")
|
||||||
|
source("../combining_two_df.R")
|
||||||
|
#<<<<<<<<<<<<<<<<<<<<<<<<<
|
||||||
|
# REASSIGNMENT
|
||||||
|
my_df = merged_df3_comp
|
||||||
|
# delete variables not required
|
||||||
|
rm(merged_df2, merged_df2_comp, merged_df3, merged_df3_comp)
|
||||||
|
# quick checks
|
||||||
|
colnames(my_df)
|
||||||
|
str(my_df)
|
||||||
|
#<<<<<<<<<<<<<<<<<<<<<<<<
|
||||||
|
# REASSIGNMENT
|
||||||
|
df = my_df
|
||||||
|
rm(my_df)
|
||||||
|
table(df$DUET_outcome)
|
|
@ -64,10 +64,10 @@ str(my_df)
|
||||||
# Data for plots
|
# Data for plots
|
||||||
#===================
|
#===================
|
||||||
|
|
||||||
#<<<<<<<<<<<<<<<<<<<<<<<<
|
#!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
# REASSIGNMENT
|
# REASSIGNMENT
|
||||||
df = my_df
|
df = my_df
|
||||||
#<<<<<<<<<<<<<<<<<<<<<<<<<
|
#!!!!!!!!!!!!!!!!!!!!!!!!
|
||||||
|
|
||||||
rm(my_df)
|
rm(my_df)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue