Displaying 9 results from an estimated 9 matches for "malais".
Did you mean:
calais
2010 Mar 21
2
Levene's Test for Homogeneity of Variance
Hi, All!
To calculate Levene's Test for Homogeneity of Variance I use R Commander,
and this is the output:
> levene.test(Dataset$age, Dataset$sex)
Levene's Test for Homogeneity of Variance
Df F value Pr(>F)
group 1 0.8739 0.3567
33
I am not sure what means "Pr(>F)"? Can anyone explain/translate this?
Regards,
Iurie Malai
Department of Psychology and
2010 Aug 17
3
Wilcoxon test and grouping factor with multiple levels
Dear R users,
I have a dataset with two variables: $esan - a grouping factor with 8
levels and $reus. I'd like to do wilcox.test on this dataset as
sugested Weiwei here:
https://stat.ethz.ch/pipermail/r-help/2007-July/136627.html. I tried
to adapt his recommendation but no succes. Can anyone help me?
Regards,
Iurie Malai, Senior Lecturer
Department of Psychology
Faculty of Psychology and
2010 Apr 09
6
How to run Shapiro-Wilk test for each grouped variable?
I want to run Shapiro-Wilk test for each variable in my dataset, each
grouped by variable groupFactor.
I have these working commands:
> data.n<-names(data) # put names into a vector called data.n
> by(eval(parse(text=(paste("data",data.n[3],sep="$")))), data$factor, shapiro.test) #run shapiro.test
but I must to change the variable number manualy. How to automate
2010 Jun 05
3
Wilcoxon test output as a table
Hi!
I searched some time ago a way to get the Wilcoxon test results as a table
more or less formatted. Nobody told me any solution and I found nothing on
the Internet. Recently I came across this link (
http://myowelt.blogspot.com/2008/04/beautiful-correlation-tables-in-r.html),
which helped me to find a solution.
Here's the solution (I'm using R Commander):
W <-
2009 Oct 23
4
How to apply the Wilcoxon test to a hole table at once?
Hi,
I have a data set:
> Dataset
X1 X2 X3 X4 X5 X6 X7 X8 X9 X10 X11 X12 X13 X14 X15 X16 X17
1 user1 m 22 19 28 24 12 18 9 7 4 5 4 7 5 7 9
2 user2 f 25 19 23 18 18 15 6 8 6 6 7 10 7 7 7
3 user3 f 28 21 24 18 15 12 10 6 7 9 5 10 5 9 5
4 user4 f 26 19 26 21 12 18 6 6 5 1 3 8 6 5 6
5 user5 m 21 22 26 18 9 6 4 6 1
2011 Apr 15
1
Launcher for Rattle?
How to make a launcher for Rattle?
Regards,
Iurie Malai
Moldova Pedagogical State University
[[alternative HTML version deleted]]
2010 May 25
2
Get output values in a table
Hi,
I use two similar scripts to put p-values of shapiro.test and, respectively,
of wilcox.test in a table:
a)
d <- data.frame(dataset$GroupFactor, dataset[2:11])
# p-values for the shapiro test (by levels of GroupFactor)
with(d, aggregate(d[,-1], list(d[,1]), FUN = function(x)
shapiro.test(x)$p.value))
b)
d <- data.frame(dataset$GroupFactor, dataset[2:11])
with(d, aggregate(d[,-1],
2012 Nov 05
1
A general question: Is language S a component part of R?
In the "Introduction and preliminaries" the "An Introduction to R" manual
says about R: "... Among other things it has ... a well developed, simple
and effective programming language (Called 'S') ... ". Now I'm a little
confused. This means that language S is a component part of R? And S is not
free? But R is free? Or the mentioned S is only "a free
2012 Feb 08
0
How to start JGR in full window?
I want to start JGR as a full sized/maximized window automatically, but how
to do this? For other applications I can add option "--geometry 1440x900"
to the launch command, but for JGR this do not work. Sugestions?
Iurie Malai
Senior Lecturer
Psychology Department
Ion Creanga Moldova Pedagogical State University
[[alternative HTML version deleted]]