Skip to content

Commit

Permalink
Needed to comment out toncl1 now using toncl2
Browse files Browse the repository at this point in the history
  • Loading branch information
Sean Lucey committed Nov 21, 2023
1 parent 5cc9dc3 commit e913998
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/assign_unknown.R
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@ assign_unknown <- function (comData, unkVar,
comdata[QY %in% 3:4, HY := 2]

#Assign size classes
comdata[TONCL1 %in% 1:3, SIZE := 1] #Small
comdata[TONCL1 > 3, SIZE := 2] #Large
#comdata[TONCL1 %in% 1:3, SIZE := 1] #Small
#comdata[TONCL1 > 3, SIZE := 2] #Large

for(ivar in 1:length(unkVar)){
if(unkVar[ivar] %in% knStrata){
Expand Down

0 comments on commit e913998

Please sign in to comment.