sselamat wrote:
>
> Hi,
> Everytime I try to get the standard deviation of a vector and enter
> command of sd(x), i get a reply
> Error: could not find function "sd"
> Can someone help me please?
> Thanks.
>
>
Hmmm. Please provide more information, it's hard to imagine how this could
happen.
Results of sessionInfo() ???
Here's the only way I could get this to happen:
> find("sd")
[1] "package:stats"
> detach("package:stats")
> sd(1)
Error: could not find function "sd"
--
View this message in context:
http://www.nabble.com/error%3A-could-not-find-function-%22sd%22-tp25462193p25470840.html
Sent from the R help mailing list archive at Nabble.com.
______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.