How can I apply filter on columns using the table function
table(data$VAR1[data$VAR1==0 & data$VAR3<=3],data$VAR2[data$VAR1==0 & data$VAR3<=3])