Displaying 20 results from an estimated 2000 matches similar to: "welch anova and post-hoc"
2006 Mar 28
2
Welch test for equality of variance
Hello
Using R 2.2.1 on a Windows machine.
Has anyone programmed the Welch test for equality of variances?
I tried RSiteSearch, but this gave references to t test and
oneway.test, which are not quite what I need.....I need the Welch test
itself, for use in a meta-analysis (to determine if variances are
equal).
TIA
Peter
Peter L. Flom, PhD
Assistant Director, Statistics and Data Analysis
2004 Jun 21
2
Welch-JM-Test or Brown-Forsythe-Test in R?
Does oneway.test do what you want?
Hope this helps,
Matt Wiener
-----Original Message-----
From: r-help-bounces at stat.math.ethz.ch
[mailto:r-help-bounces at stat.math.ethz.ch] On Behalf Of Sven Hartenstein
Sent: Monday, June 21, 2004 3:23 PM
To: r-help at stat.math.ethz.ch
Subject: [R] Welch-JM-Test or Brown-Forsythe-Test in R?
Hi,
I want to test mean differences of > 2 groups with
2012 Nov 07
1
Welch Two Sample T-Test
I know when I enter this into R:
> x = c(15, 10, 13, 7, 9, 8, 21, 9, 14, 8)
> y = c(15, 14, 12, 8, 14, 7, 16, 10, 15, 12)
> t.test(x,y,alt="less",var.equal=TRUE)
it shows:
Two Sample t-test
data: x and y
t = -0.5331, df = 18, p-value = 0.3002
alternative hypothesis: true difference in means is less than 0
95 percent confidence interval:
-Inf 2.027436
sample
2007 Sep 29
1
Shapiro-Welch W value interpretation
Hello,
I have tested a distribution for normality using the Shapiro-Welch
statistic. The result of this is the following:
Shapiro-Wilk normality test
data: mydata
W = 0.9989, p-value = 0.8791
I know that the p-value > 0.05 (for my purposes) means that the data
IS normally distributed but what I am not sure is with the W value,
what values tell me that the data is normally
2002 Nov 13
0
Welch versus Satterthwaith (PR#2111)
>>>>> "TL" == Thomas Lumley <tlumley@u.washington.edu>
>>>>> on Sun, 6 Oct 2002 09:19:27 -0700 (PDT) writes:
TL> On Sat, 5 Oct 2002 roxburg@kih.net wrote:
>> This is not a bug report but didn't see another way to
>> ask a question.
TL> Well, you could try the r-help or r-devel mailing lists
>> For
2002 Oct 05
1
Welch versus Satterthwaith (PR#2111)
This is not a bug report but didn't see another way to ask a question.
For the approximate t-test assuming unequal variances, the R docs cite
Welch's method for the df of the approximating distribution.
I have several methods books, and they all uses Satterthwaite's method.
Why does R use Welch's method where can I learn about Welch's method?
Sincerely,
David Allen
2011 Jun 02
1
generically forward low-level graphic parametres in function
Hello,
following problem:
i have a written my own function to draw some sophisticated graphic,
which after manipulating data somewhere contains a plot comand
function <- function(x) {
...
plot(xy)
}
to tidy up my final graphs, it would be very handy to be able forward
all low-level graphic parameters set in function to plot
i.e.
function(x, cex=0.5) calls plot (xy, cex=0.5)
is there a way
2011 Aug 31
1
assign group letters to T/F matrix
dear R community,
i appologize as this is kind of a newbie question, but:
I want to assign group letters (like in anova post-hoc tests) to data
with combined means and SDs. It's easy to apply t-test formulas to get
a materix like
(A - D are treatments
| A B C D
-----------------------
A| T F F
B| T F
C| F
D|
where true stands for sign.
2008 Feb 14
2
Does the t.test in R uses Welch procedure or ordinary student t-test?
En innebygd og tegnsett-uspesifisert tekst ble skilt ut...
Navn: ikke tilgjengelig
Nettadresse: https://stat.ethz.ch/pipermail/r-help/attachments/20080214/a0ea0e66/attachment.pl
2005 Feb 18
1
Two-factorial Huynh-Feldt-Test
Hi,
I'm currently working on porting some SAS scripts to R, and hence need
to do the same calculation (and get the same results) as SAS in order to
make the transition easier for users of the script.
In the script, I'm dealing with a two-factorial repeated-measures anova.
I'll try to give you a short overview of the setup:
- two between-cell factors: facBetweenROI (numbering
2018 Jan 16
1
Letters group Games-Howell post hoc in R
Hello everybody,
I use the sweetpotato database included in R package:
data(sweetpotato) This dataset contains two variables: yield(continous
variable) and virus(factor variable).
Due to Levene test is significant I cannot assume homogeneity of variances
and I apply Welch test in R instead of one-way ANOVA followed by Tukey
posthoc.
Nevertheless, the problems come from when I apply posthoc
2007 Jul 12
3
Promoting options to heckle?
Hi,
I''m trying out RSpec with the heckle option (for mutation testing).
Problem is that heckle goes into an infinite loop when running it on an
example. I want to send a "--verbose" to heckle but can''t find a way to do
that through the spec binary. Since this is not an uncommon situation when
using heckle I would like this to be supported in some way by RSpec.
2011 May 20
1
DocumentTermMatrix - text minig
Hi All,
I have a Data.frame that looks like that one below. I would like to do some text mining on it to possibly find some patterns between Opis, ACklasifikacija and Vodja. I looked over a tm package which loks promissing, more specifically DocumentTermMatrix or TermDocumentMatrix. But I can not figure out how to change my data from data.frame to Corpus or VCorpus.
Globina
2005 Feb 22
3
Reproducing SAS GLM in R
Hi,
I'm still trying to figure out that GLM procedure in SAS.
Let's start with the simple example:
PROC GLM;
MODEL col1 col3 col5 col7 col9 col11 col13 col15 col17 col19 col21 col23
=/nouni;
repeated roi 6, ord 2/nom mean;
TITLE 'ABDERUS lat ACC 300-500';
That's the same setup that I had in my last email. I have three factors:
facSubj,facCond and facRoi. I had this pretty
2005 Dec 31
2
pam_mkhomedir.so problem
Hello Samba People,
I'm doing some tests with samba on a debian Sarge in order to implement a
file server
with the recycle bin module, so my smb.conf loks like this :
[global]
workgroup = HOME
server string = %h server (Samba %v)
preferred master = no
realm = home.local
security = ADS
encrypt passwords = true
password server = 192.168.0.15
socket options = TCP_NODELAY
#
2012 May 09
2
big quasi-fixed effects OLS model
dear R experts---now I have a case where I want to estimate very large
regression models with many fixed effects---not just the mean type, but
cross-fixed effects---years, months, locations, firms. Many millions of
observations, a few thousand variables (most of these variables are
interaction fixed effects). could someone please point me to packages, if
any, that would help me estimate such
2011 Sep 13
1
CMYK color space
dear R experts---I am struggling with the requirements to prepare my files
for my printers. I am printing in 2/2 format, which means cyan and black
for me, which they take from my color-separated pdf files. R comes into
play, because it produces all the figures that are embedded in my book
(pdflatex).
now, TeX has no problems producing CMYK files. However, R produces RGB
files (for
2012 Dec 24
2
parallelized version of "by" and "ave"
Dear R experts---
Has anyone written parallel versions of "by" (i.e., mcby) and "ave"
(i.e. mcave) ? I did ask a question like this a year ago, and then
the answer was no.
for those who are googling the group for the answer to this question,
in the meantime, the poor man's version of "by" is mclapply( split(
ds, factor ), FUN )
I don't know the poor
2012 Mar 30
4
list assignment syntax?
Dear R wizards: is there a clean way to assign to elements in a list?
what I would like to do, in pseudo R+perl notation is
f <- function(a,b) list(a+b,a-b)
(c,d) <- f(1,2)
and have c be assigned 1+2 and d be assigned 1-2. right now, I use the clunky
x <- f(1,2)
c <- x[[1]]
d <- x[[2]]
rm(x)
which seems awful. is there a nicer syntax?
regards, /iaw
----
Ivo Welch
2010 Jan 08
4
fast lm se?
dear R experts---I am using the coef() function to pick off the coefficients
from an lm() object. alas, I also need the standard errors and I need them
fast. I know I can do a "summary()" on the object and pick them off this
way, but this computes other stuff I do not need. Or, I can compute (X'
X)^(-1) s^2 myself. Has someone written a fast se() function?
incidentally, I think