Skip to content

implementation of t.test

3 messages · Weiwei Shi, Charles C. Berry

#
Hi, there:

for some reason, I need to look at t.test at coding level. Can anyone
here suggest a place to start with?

thanks.
#
On Mon, 11 Dec 2006, Weiwei Shi wrote:

            
You mean how to read the code??

Like this:
function (x, ...)
UseMethod("t.test")
<environment: namespace:stats>
[1] t.test.default* t.test.formula*

    Non-visible functions are asterisked
see
 	?methods
 	?":::"

HTH
Charles C. Berry                        (858) 534-2098
                                          Dept of Family/Preventive Medicine
E mailto:cberry at tajo.ucsd.edu	         UC San Diego
http://biostat.ucsd.edu/~cberry/         La Jolla, San Diego 92093-0717
#
I think what i want is code in C or Java.  But thanks though.
On 12/11/06, Charles C. Berry <cberry at tajo.ucsd.edu> wrote: