Hello, Did you find anything helpful for calculating the statistical functions in your list. I would like to also calculate these and have been looking for some code to do so. Thanks -- View this message in context: http://r.789695.n4.nabble.com/Programming-Statistical-Functions-tp2307880p4157012.html Sent from the R help mailing list archive at Nabble.com.
Programming Statistical Functions
3 messages · gvjones, Brad Patrick Schneid, David Winsemius
As Stephen pointed out, this is easy to do. The word file the OP posted has all the necessary formulae. Now you just need to learn how to convert those formulae into R functions.... Stephen gave you an example of how to create a function for CV. Now run with it. perhaps something like this is what you need: http://cran.r-project.org/doc/contrib/Short-refcard.pdf It is time for you to do some reading on your own. Good luck. gvjones wrote
Hello, Did you find anything helpful for calculating the statistical functions in your list. I would like to also calculate these and have been looking for some code to do so. Thanks
-- View this message in context: http://r.789695.n4.nabble.com/Programming-Statistical-Functions-tp2307880p4157101.html Sent from the R help mailing list archive at Nabble.com.
On Dec 4, 2011, at 9:27 AM, gvjones wrote:
Hello, Did you find anything helpful for calculating the statistical functions in your list. I would like to also calculate these and have been looking for some code to do so.
A search at the site linked by the R function RSiteSearch() produces two (or more) candidate packages. Rather than naming them, I think it good exercise to do the looking and judging by yourself: http://search.r-project.org/cgi-bin/namazu.cgi?query=meteorology&max=100&result=normal&sort=score&idxname=functions&idxname=Rhelp08&idxname=Rhelp10&idxname=Rhelp02
David Winsemius, MD West Hartford, CT