Re: [R] Programming Statistical Functions

2011-12-04 Thread B77S
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

Re: [R] Programming Statistical Functions

2011-12-04 Thread gvjones
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:

Re: [R] Programming Statistical Functions

2011-12-04 Thread David Winsemius
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()

[R] Programming Statistical Functions

2010-07-30 Thread hector
Hello, I'm new in R. I'm meteorological modeller and i will calculate some statistics for my model results. These statistis are the follow: ANB: Average Normalized Absolute BIAS MNB: Mean Normalized BIAS MNE: Mean Normalised Error STDE: Standard Deviation of Error FB: Fractional BIAS MG:

Re: [R] Programming Statistical Functions

2010-07-30 Thread stephen sefick
Maybe and r site search would help? Try and figure out how to calculate these yourself. If you need help send a minimal, reproducible example to this list, and you will probably recieve help. If you need a starting place for programming functions look at an introduction to R. #coefficient of