I try to conduct a t.test, but it gives me such a mistake.
Error using t.test() in R
not enough 'x' observations
The data has only numerical values, no NA. The ratio of groups is 10 to 35. How can this be circumvented? Thanks in advance for the help!
t.test(data$Vrajdeb[data$a=="1"],data$Vrajdeb[data$a=="2"])
reference to data https://1drv.ms/x/s!ApJwAUaohJFdr1ID-QebKTmE_o3K