-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Christian Jost
Sent: Thursday, September 15, 2005 5:40 AM
To: r-help at stat.math.ethz.ch
Subject: [R] Rcommander and simple chisquare
In this years biostat teaching I will include Rcommander (it
indeed simplifies syntax problems that makes students
frequently miss the core statistical problems). But I could
not find how to make a simple chisquare comparison between
observed frequencies and expected frequencies (eg in genetics
where you expect phenotypic frequencies corresponding to 3:1
in standard dominant/recessif alleles). Any idea where this
feature might be hidden? Or could it be added to Rcommander?
Thanks, Christian.
ps: in case I am not making myself clear, can Rcommander be
made to perform
chisq.test(c(61,39),p=c(0.75,0.25))