Skip to content

Commit

Permalink
update to remove the useless chuck
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiazhouchen committed Oct 31, 2018
1 parent 2aa80ce commit ca6b022
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pie_inspect.R
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ df$forced_sampling <- NA
df$forced_sampling[df$even_uneven==0] <- 'uneven'
df$forced_sampling[df$even_uneven==1] <- 'even'

inx<-df[names(df)[grep("samplehx[0-9]",names(df))]]==0
df[names(df)[grep("v_bayes[0-9]",names(df))]][inx]<-NA
# inx<-df[names(df)[grep("samplehx[0-9]",names(df))]]==0
# df[names(df)[grep("v_bayes[0-9]",names(df))]][inx]<-NA

# calculate different value flavors

Expand Down

0 comments on commit ca6b022

Please sign in to comment.