Displaying 20 results from an estimated 400 matches similar to: "Multiple comparisons like a Chi2 or Fisher's exact test"
2005 Sep 26
3
dates are shown as X15.Feb.03
Why is R recognizing dates like this?
Chris Buddenhagen, Botany Department, Charles Darwin Research Station, Santa
Cruz,Galapagos. Mail: Charles Darwin Foundation, Casilla 17-01-3891 Avenida
6 de Diciembre N36-109 y Pasaje California Quito, ECUADOR
______________________________________________________________________
EL CONTENIDO DE ESTE MENSAJE ES DE ABSOLUTA RESPONSABILIDAD DEL
2005 Sep 16
1
tickmarks on the inside on y axis and on the outside on the x axis
Hi
I got both axis doing one or the other, but cannot make one do ticks on the
inside while the other does it on the outside.
Chris
Chris Buddenhagen, Botany Department, Charles Darwin Research Station, Santa
Cruz,Galapagos. Mail: Charles Darwin Foundation, Casilla 17-01-3891 Avenida
6 de Diciembre N36-109 y Pasaje California Quito, ECUADOR
2005 Sep 13
0
multiple comparisons for proportions
Dear all
I am still fishing for help on this theme. In Zar 1999 page 563-565 he
describes a "Tukey-type multiple comparison" for testing among proportions.
It involves comparisons of ranked proportions transformed to degrees. In the
following pages there are a couple of similar comparisons.
I cannot find an example of this in R. Is there such a thing?
Cheers
Chris
2005 Sep 30
0
nonparametric 2way repeated-measures anova
Dear R
Christoph Lehmann asked about this recently- as seen at
http://finzi.psych.upenn.edu/R/Rhelp02a/archive/53191.html but the reply was
not detailed. Did Christoph get a solution to this?
Can anyone point me toward how to do repeated measures comparison using the
the friedman test or other non-parametric test? I am trying to do something
similar. Any example code would be useful.
2005 Sep 19
1
library (tree)- which samples belong to each terminal branch?
Dear all
What I would like to know is if there is a way to know which specific
samples fall within a terminal branch created by tree? The classification
summarizes data, but I want to know which specific samples fall within each
classification (branch in the dendrogram).
Data contains site codes and multiple fields describing the characters of a
single specimen of grass growing there.
2005 Oct 13
2
high resolution images for publication
Dear all
I am using R to produce ordinations library(vegan) and the plot function
produced looks great on the screen but when I send it to jpg or pdf or eps
the resolution is not so good. Can you tell me how to get high resolution
images out of R for publication?
Cheers
Chris Buddenhagen, Botany Department, Charles Darwin Research Station, Santa
Cruz,Galapagos. Mail: Charles Darwin
2005 Sep 07
7
Plot of multiple data sets
Hello !
There is something quite simple I want to do with R but I found nowhere in the help how to do it.
I just want to plot data which are in a matrix, every column being a data set and having the same
x-axis (just an index).
So for example if I have a 50 x 6 matrix I want 6 set of points on the same plot.
I tried
plot,new()
plot(MATRIX[,1])
plot(MATRIX[,2])
...
but it replaces the previous
2005 Sep 12
3
Covert list of list to dataframe for export or outputting by(test) output
Greetings,
I am running a buch of wilcox tests and need to be able to rapidly
export the results into a csv file. I have attached example code as well
as my attempts to get what I need. I have tried unlist,cbind,rbind etc
but I am obvously missing something simple. FYI I am actually running
about 50 WRS tests per dataset, this is just an example.
Thanks 10^6
Mike
AKCCR <-
2007 Mar 20
1
Error in nlme with factors in R 2.4.1
Hi,
the following R lines work fine in R 2.4.0, but not in R 2.4.1 or any devel versions of R
2.5.0 (see below for details).
library(drc) # to load the dataset 'PestSci'
library(nlme)
## Setting starting values
sv <- c(0.43355869, 2.49963220, 0.05861799, 1.73290589, 0.38153146, 0.24316978)
## No error
m1 <-
nlme(SLOPE ~ c + (d-c)/(1+exp(b*(log(DOSE)-log(e)))),
fixed =
2007 Oct 10
5
chi2
Hello,
I want to use the quantile function so I read the doc but I don't understand with this
> qchisq(seq(0.05,0.95,by=0.05),df=(length(don)-1))
[1] 62667.11 62795.62 62882.42 62951.47 63010.74 63064.00 63113.39 63160.27 63205.65 63250.33 63295.04 63340.48 63387.48 63437.03 63490.53 63550.14 63619.68
[18] 63707.24 63837.16
Can you help me please?
2005 Sep 02
9
The Perils of PowerPoint
Hi all,
Below is a URL for an editorial published today in our local newspaper,
the Minneapolis StarTribune. It was originally published in the
Washington Post a couple of days ago:
http://www.washingtonpost.com/wp-dyn/content/article/2005/08/29/AR2005082901444.html
but that site requires registration. The 'Strib" site seems to be open
for the moment:
2007 Feb 13
1
lme4/lmer: P-Values from mcmc samples or chi2-tests?
Dear R users,
I have now tried out several options of obtaining p-values for
(quasi)poisson lmer models, including Markov-chain Monte Carlo sampling
and single-term deletions with subsequent chi-square tests (although I
am aware that the latter may be problematic).
However, I encountered several problems that can be classified as
(1) the quasipoisson lmer model does not give p-values when
2005 Feb 22
1
Re: R-help Digest, Vol 24, Issue 22
You need to give the model formula that gave your output.
There are two sources of variation (at least), within and
between locations; though it looks as though your analysis
may have tried to account for this (but if so, the terms are
not laid out in a way that makes for ready interpretation.
The design is such (two locations) that you do not have
much of a check that effects are consistent over
2008 Feb 10
1
Error while using fitdistr() function or goodfit() function
Try changing your method to "ML" and try again. I tried the run the
first example from the documentation and it failed with the same error.
Changing the estimation method to ML worked.
@List: Can anyone else verify the error I got? I literally ran the
following two lines interactively from the example for goodfit:
dummy <- rnbinom(200, size = 1.5, prob = 0.8)
gf <- goodfit(dummy,
2001 Dec 09
1
Help for Power analysis
Dear colleague,
I not sure this R code is correctly ? I would to show
the number of Sample Size at Sample Size Axis that line
draw from Power Axis (80%) from R code.
How I show this and select the most appropriate of
this power (.79955687 - 80983575).
Thank for your help and answer.
Best Regards,
Nikom Thanomsieng,
Email: nikom at kku.ac.th
....
#Power analysis: Sample size for
2010 Dec 22
0
fdrtool help
Hello,
I am using fdrtool(x, statistic="pvalue") where x is a vector of chisq
p-values.
I can get this command to work with some x, but not with others.
When it does NOT work, I get the following screen output:
> fdrtool(pvals$Chi2.pval, statistic="pvalue")
Step 1... determine cutoff point
Step 2... estimate parameters of null distribution and eta0
Step 3... compute p-values
2005 Feb 21
2
power.anova.test for interaction effects
This question will probably get me in trouble on theoretical grounds, but I
will pose it anyway.
The situation:
I recently ran a field study looking for differences in sugarbeet cultivar
tolerance to a specific herbicide. The study was set up so that 37
cultivars were treated with 4 different applications of the herbicide (37*4
factorial). In doing so, we found that the interaction effect was
2001 Feb 08
2
dnbinom(,size<1,)=0 (PR#842)
This came up on r-help but indicates a bug.
dnbinom(x,n,p) calls dbinom_raw(n-1,...)
which returns 0 for n<1.
-thomas
---------- Forwarded message ----------
Date: Thu, 08 Feb 2001 17:10:23 +0000
From: Yudi Pawitan <yudi@stat.ucc.ie>
To: Mark Myatt <mark@myatt.demon.co.uk>
Cc: R-Help <r-help@stat.math.ethz.ch>
Subject: Re: [R] Goodness of fit to Poisson / NegBinomial
2017 Aug 11
1
problem with R. program
After a run multdrc comment in R program, show warning sign in this
program. I attached the saving page of the script. I hope you could help
me, please.
Thanks a lot
A. Rahbari
-------------- next part --------------
R : Copyright 2005, The R Foundation for Statistical Computing
Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0
R is free software and comes with ABSOLUTELY NO WARRANTY.
You are
2003 Dec 04
2
Comparing Negative Binomial Regression in Stata and R. Constants differ?
I looked for examples of count data that might interest the students and
found this project about dropout rates in Los Angeles High Schools. It
is discussed in the UCLA stats help pages for the Stata users:
http://www.ats.ucla.edu/stat/stata/library/count.htm
and
See: http://www.ats.ucla.edu/stat/stata/library/longutil.htm
To replicate those results, I used R's excellent foreign package to