Closed ismayc closed 9 years ago
This is likely happening because in your environment there is a variable called sd
. Can you check if this is the case?
Thanks, Mine! I was helping one of Andrew's students and completely overlooked their declaration of sd
earlier in the file. After changing that, the error went away and their document knit.
In trying to run the
inference
function on to compare the two mean sleep hours for whether or not someone has a job, I am receiving the following error.I believe the error occurs in the following code of the
inference
function. It looks like it doesn't find thesd
function.