structure(list(SubjNr = c(10, 10, 10, 10, 10, 10), SubAge = c(29,
29, 29, 29, 29, 29), SubGender = c(2, 2, 2, 2, 2, 2), RefrRate = c(60,
60, 60, 60, 60, 60), StimSet = c(1, 1, 1, 1, 1, 1), Trialnr = c(1,
2, 3, 4, 5, 6), PrimeDifSame = c(1, 0, 0, 1, 0, 1), TargetDifSame = c(1,
1, 0, 1, 1, 0), CapPrime = c(0, 1, 1, 0, 0, 0), Congr = c(1,
0, 1, 1, 0, 0), PrimeLeft = c(71, 100, 103, 69, 69, 65), PrimeRight = c(103,
71, 68, 101, 97, 97), TargetLeft = c(8, 8, 8, 2, 2, 4), TargetRight = c(8,
8, 6, 2, 2, 6), RT = c("0.6559753", "0.406834", "0.4462582",
"0.6019322", "0.480397", "0.4016302"), corrResp = c(1, 1, 0,
1, 1, 0), SubjResp = c(68, 68, 68, 68, 68, 76), Acc = c(1, 1,
0, 1, 1, 1), FixDur = c("0.299999500000013", "0.300012899999274",
"0.300021699999888", "0.300019499999507", "0.300006600000415",
"0.299976199999946"), PreMaskDur = c("0.0666517999998177", "0.0666991000007329",
"0.0666160000000673", "0.0666546000002199", "0.0666656000003059",
"0.0666679000005388"), PrimeDur = c("0.0333369999998467", "0.0333193999995274",
"0.0333685999994486", "0.0333405999999741", "0.0333238999992318",
"0.033338599999297"), PostMaskDur = c("0.0666626000001997", "0.0666916999998648",
"0.0666780999999901", "0.066660899999988", "0.0666694000001371",
"0.0666556000005585"), Width = c(60, 60, 60, 60, 60, 60), Masked = c(1,
1, 1, 1, 1, 1)), row.names = c(NA, -6L), class = c("tbl_df",
"tbl", "data.frame"))
The variable "RT" is numeric, but when I write it down there is no option tab/bar where I can click on. When I wrote median or subjnr I got a list with options to choose from and click on. Does the error have something to do with that?