similar to: How to start JGR in full window?

Displaying 20 results from an estimated 2000 matches similar to: "How to start JGR in full window?"

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
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
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 <-
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],
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 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
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]]
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
2009 Nov 09
1
trouble loading JGR on Debian
Dear developers I am unable to (properly) load JGR on Debian testing. The JGR window will pop out and R will start up, but it will not perform any of the JGR specific library() calls (rJava, JavaGD, etc.) and will stuck at 100% CPU while the prompt will be non-responsive. The hack that helped previously in such cases, accessing Help > About [1], works no more. All R packages are installed via
2007 Jun 12
0
JGR and big list of packages.
Hi, I have all CRAN packages installed on my Linux. Now I have problems with JGR. When I make a plot and close a device, the device dont work anymore, I nedd to use before javaGD() and after plot(). When I try do close JGR and save a session, It return a erro and dont close. Look: Exception in thread "Thread-2" java.lang.IllegalArgumentException: Value too long:
2008 Oct 18
0
JGR not launch for non-root user
Hi there, I am a newbie to R and just installed R 2.7.2 and JGR. As root, JGR launch successfully both in R or by a launcher (a script in shell), but it not works for non-root user. What's the cause of this issue? sudo update-java-alternatives -s java-6-sun sudo R CMD javareconf sudo R >install.packages("JGR", dep=TRUE) >library(JGR) >JGR() # JGR launched successfully
2010 Apr 29
0
errors returned upon trying to update JGR
I have upgraded R and am currently running the following version: R version 2.10.1 Patched (2010-02-20 r51163) Copyright (C) 2010 The R Foundation for Statistical Computing ISBN 3-900051-07-0 The characteristics of my system are the following: OS: Linux 2.6.27.29-0.1-default x86_64 Current user: mauede@linux-326k System: openSUSE 11.1 (x86_64) KDE: 4.1.3 (KDE 4.1.3) "release
2009 Nov 15
1
JGR GUI for R-2.10.0 "Help" "Print"
I have updated R 2.9.1 to 2.10.0. and JGR GUI 1.7. I am running Windows XP. I can't seem to get the JGR "Print" or "Help" functions to work. The system locks and requires me to "stop the process". In the past I have preferred the opreation and "feel" of JGR GUI. I realize that this help forum is for R; but, I am hoping that some other R-user is
2010 Apr 09
2
How to update JGR
I recently updated R on Linus/SuSE 11.1 I complained because no on-line help was available from JGR after R update. I was told to update JGR as well. How can I do that ? I installed JGR on SuSE three times in the past with different R versions.Every time it's been a nightmare. I am afraid to have to spend a whole day, maybe longer, to update JGR ... I would greatly appreciate some clear
2009 Oct 20
0
Fixed: Re: Re: [stats-rosuda-devel] how to install JGR manually?
To follow up: I believe I had a version mismatch between one of the packages and R. I made sure to install the latest of all, at which point jgr.exe launched just fine. Thanks to Simon and Liviu for their comments. Just one note: the Windows launcher does not provide any info if it can't reach the 'net (as opposed to listing missing packages as suggested previously). Carl Oct 16,
2010 Dec 29
1
JGR installation problem
Hi All, I am trying to install JGR GUI for R (windows xp) but facing the problem. The following error message is displayed when I click on JGR.exe "Cannot find Java/R Interface (JRI) library (jri.dll) Please make sure you start JGR by double clicking the JGR.exe program" I know this is R help forum, but trying to get help from experts who are using JGR. Any help or idea will be
2009 Jul 14
1
Ubuntu JGR
Hello, I cannot get JGR installed. Here is what I have tried so far http://wiki.ubuntuusers.de/R 1. sudo -s # root werden R CMD javareconf root at gunnar-laptop:~# R CMD javareconf Java interpreter : /usr/bin/java Java version : 1.5.0_18 Java home path : /usr/lib/jvm/java-1.5.0-sun-1.5.0.18/jre Java compiler : /usr/bin/javac Java headers gen.: /usr/bin/javah Java archive
2006 Dec 21
1
iplots/JGR on OS X 10.4.8
iMac Intel Core Duo; OS X 10.4.8; Java 1.5.0_06; R 2.4.1; JGR 1.4-14; rJava 0.4-12; iplots 1.0-5 I'm unable to get JGR or iplots to load using "library(JGR)" or "library(iplots)", respectively. This feels like it might be a classpath or Mac look-and-feel issue, but I'm not sure where to go with it at this point. I've searched the fora and web to no avail. Any
2007 Oct 17
0
JGR makes help more helpful
Hi All, A few weeks ago I suggested that it would be nice to be able to submit lines from the help files for execution. You can cut and paste them into the console, or enter example(function) to run them all. However, I often find myself wanting to run just a line or two, or even parts of a line to see an intermediate result. It turns out that this is one of the many nice features of the JGR
2007 Feb 22
1
JGR launcher for linux
Hi, anybody have a JGR launcher for linux? Maybe a script that launch JGR directly without open R then library(JGR) and JGR(). Thanks Ronaldo -- Deflector shields just came on, Captain. -- > Prof. Ronaldo Reis J?nior | .''`. UNIMONTES/Depto. Biologia Geral/Lab. Ecologia Evolutiva | : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia | `. `'` CP: 126, CEP: