Displaying 3 results from an estimated 3 matches for "conlud".
Did you mean:
colud
2008 Aug 09
2
how to interpret t.test output
# Hi all:
#I got a vector with fish lengths(mm)
# Can someone help me interpret the output of
# a t.test in plain english?
# Based on the t.test below I can say that
# I reject the null hypothesis because
# the p-value is smaller than the the significance
# level(alpha=0.05). What else can I conclude here?
Ho = 36 mm
Ha <> 36 mm
fishlength
2003 Jun 05
1
Admin Please read RE: Re: Submited (004756-3463)
Admin please remove this person. he keeps spamming the list
-----Original Message-----
From: tino@augsburg.net [mailto:tino@augsburg.net]
Sent: Thursday, June 05, 2003 4:53 AM
To: samba@samba.org
Subject: [Samba] Re: Submited (004756-3463)
Please see the attached file.
2003 Apr 17
3
R 1.7.0 installation problem: make check fails when using --with-lapack option
Greetings,
compiling R 1.7.0 with gcc 3.1.1 on Debain Linux (woody stable) with the
configure option --with-lapack works but make check fails in test base-R with
the message
[...]
> kappa(x1 <- cbind(1,1:10))# 15.71
[1] 15.70590
> kappa(x1, exact = TRUE) # 13.68
[1] 13.67903
> kappa(x2 <- cbind(x1,2:11))# high! [x2 is singular!]
[1] 8.351867e+16
>
> hilbert