Displaying 2 results from an estimated 2 matches for "uhddx".
Did you mean:
hdd
2003 Jun 23
2
Summary for mode of a data set
...e(sort(x))
z <- y$values[y$lengths==max(y$lengths)]
return(z)
}
> xm
[1] 22 15 10 30 25 26 2 17 28 2 24 6 26 24 5 22 20 14
> mode1(xm)
[1] 2 22 24 26
>
This will pick up multiple modes.
Again thanks to all who helped!
Sincerely,
Erin
mailto: hodgess at uhddx.01.dt.uh.edu
2003 Jun 23
0
A final global mode function
>From spencer.graves at PDF.COM Mon Jun 23 14:36:45 2003
Received: from postal.pdf.com (pdf193.pdf.com [209.128.81.193])
by uhddx01.dt.uh.edu (8.9.2/8.9.2) with ESMTP id OAA09671
for <hodgess at uhddx01.dt.uh.edu>; Mon, 23 Jun 2003 14:36:44 -0500 (CDT)
Received: from postage.pdf.com (postage.pdf.com [10.10.8.7])
by postal.pdf.com (Switch-3.0.4/Switch-3.0.0) with ESMTP id h5NJYisf002096;
Mon, 23 Jun 2003 12:34:44 -070...