Re: [R] Statistical formulas

2011-01-18 Thread Sascha Vieweg
On 11-01-18 16:42, Toby Marthews wrote: Hi Ilya, If you're looking for general information about statistical tests, etc., you'll probably need to buy yourself a textbook. There are online pages (http://homes.msi.ucsb.edu/~byrnes/rtutorial.html is a good one), but a good textbook is probably b

Re: [R] Statistical formulas

2011-01-18 Thread Mike Marchywka
> From: toby.marth...@ouce.ox.ac.uk > To: flya...@gmail.com; r-help@r-project.org > Date: Tue, 18 Jan 2011 16:42:51 + > Subject: Re: [R] Statistical formulas > > Hi Ilya, > If you're looking for general informati

Re: [R] Statistical formulas

2011-01-18 Thread Toby Marthews
Hi Ilya, If you're looking for general information about statistical tests, etc., you'll probably need to buy yourself a textbook. There are online pages (http://homes.msi.ucsb.edu/~byrnes/rtutorial.html is a good one), but a good textbook is probably better. It's a bit old, but I still recommen

Re: [R] Statistical formulas

2011-01-18 Thread Daróczi Gergely
Hi, use the help files (e.g. ?wilcox.test) to see references. There you can see articles and book parts where you can find the original formula (and background theory). Also, analyzing the source code of a function may help. Regards, Gergely On Tue, Jan 18, 2011 at 5:23 PM, ilya wrote: > Hello