Skip to content

multinomial test

2 messages · Li,Qinghong,ST.LOUIS,Molecular Biology, Sundar Dorai-Raj

#
Thanks. That is what I try to find. You know what, I have tried ?multinomial, but it didn't recognize. It is case sensitive I guess.

Johnny

-----Original Message-----
From: Berton Gunter [mailto:gunter.berton at gene.com]
Sent: Wednesday, February 22, 2006 5:44 PM
To: 'jim holtman'; Li,Qinghong,ST.LOUIS,Molecular Biology
Cc: r-help at stat.math.ethz.ch
Subject: RE: [R] multinomial test


Qinghong:

R Has an extensive Help system which you should learn to use.

help.search('multinomial') 
?Multinomial

Jim: sample() is wrong -- it gives random samples, not probabilities.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
#
This is what I get when I try ?multinomial:

 > ?multinomial
No documentation for 'multinomial' in specified packages and libraries:
you could try 'help.search("multinomial")'
                ^^^^^^^^^^^^^^^^^^^^^^^^^^

Which leads to ?Multinomial and Bert's advice below.

--sundar
Li,Qinghong,ST.LOUIS,Molecular Biology wrote: