I am trying to perform the t.test using the function in RStudio on my data and I receive the 'Object not found' error in the console. I am sure to have properly imported everything, I use the commands:
t.out <- t.test(placebo, med, var.equal = TRUE)
t.out
Should I be storing the test in my t.out object? Is it necessary to use set.seed(0) also?
Here is the full log of my error in console shown below: