In [ ]:
library(tidyverse)
In [ ]:
data = read.delim("2017-03-30_simulation-performance.tsv")
In [ ]:
data %>% filter(cov %in% c(8,32),
metric != "mashec",
var == 0.01,
size %in% c(1e5, 1e7))
In [ ]:
In [ ]: