Hi I'm trying to determine the standard deviation of one continous variable for a subset of a population that does not have a specific confounding variable.
What is wrong my code here? This is coming up with the "unused argument" error message.
sd(hers$glucose, subset=hers$D==0)