Displaying 11 results from an estimated 11 matches for "rmcdr".
Did you mean:
rcmdr
2008 Feb 14
2
Problems with Rcmdr unter JGR (Windows XP)
I try to start Rmcdr from JGR. The Rmcdr-Windows comes up correctly; but
the
Menu-Bar in the Rcmdr-Window goes away, if I try to go into the
Rmcdr-Window.
I hope, someone has a solution.
Regards, willi
--
0(049)753124283 privat
0(049)7531882641 büro
[[alternative HTML version deleted]]
2008 Feb 05
1
R-Commander - pie charts menu blinded out
Hello,
I hope somebody can help me. I'm using the R-comander with library(Rmcdr).
Using the menu, I added an new data-matrix . After I wanted to draw a pie
chart, but the problem is, that the pie chart menu is blinded out.
In the concerning variable column, there are no NA -Value (is.na) .
Anybody has a solution?
thxs
Iksmax
2004 Jun 14
1
Copyright issues question
...and Office 2002, although John Fox didn't
success to make it work on his Office 2003.
We intended to deliver this add-in as a component of the Rcmdr package. But
Philippe Grosjean told me I may have problems with that as Excel is
definitively not GPL... In a way, this add-in provides the R/Rmcdr-power to
Excel.
What sort of exact problems can we expect to have? Should we consider to
propose this as Open Source and not GPL? Do we have to obtain the agreement
of the R Core Team?
Thanks,
Eric
Eric Lecoutre
UCL / Institut de Statistique
Voie du Roman Pays, 20
1348 Louvain-la-Neuve
Belg...
2010 Jun 15
1
Problem with the recode function
...id something wrong but what...
> test <- data.frame(x=1:10)
> library(car)
> recode(test$x,'1:5=0 ; else=1', as.factor.result=TRUE)
[1] 0 0 0 0 0 1 1 1 1 1
Levels: 0 1
BUT
> library(Rcmdr) # recode from the car package is now masked
Now I recode test$x through the Rmcdr interface and I get the following
code :
test$variable <- recode(test$x, '1:5 = 0; else = 1; ',
as.factor.result=FALSE)
And a vector of NA as result.
> test$variable
[1] NA NA NA NA NA NA NA NA NA NA
I am using R 2.11.1 with Rcmdr 1.5-5 on Windows Vista.
Regards,
Alain
--
A...
2005 Aug 19
1
SciViews-R v8.7 and Rcmdr v1.0-2 (PR#8079)
Full_Name: Hamit AYDIN
Version: R v2.1.1
OS: winxp
Submission from: (NULL) (194.27.40.230)
When I try to run sciviews the consol opens but when I try to import text,
spss... it tries to load rmcdr pakage gives me "the pakage can not be find inthe
Package or bundle 'Rcmdr' was not found in C:\PROGRA~1\R\rw2011\library. Would
you like to install it now?" I know the pakage in ther and it runs in R.
Sciview consol
Loading required package: datasets
Loading required package:...
2008 Nov 26
1
Smoothed 3D plots
DeaR list,
I'm trying to represent some information via 3D plots. My data and session
info are at the end of this message. So far, I have tried scatterplot3d
(scatterplot3d),
persp3d (rgl), persp (graphics) and scatter3d (Rmcdr) but any of them gave
me what I'd like to have as final result (please see [1] for a similar 3D
plot changing
PF by ypred, pdn by h4 and pup by h11).
In general terms, I would like to plot a smoothed surface with h4 and h11 in
the x and y axis, respectively, and y in the z axis. I think that a...
2011 Apr 26
5
Correlaciones parciales
Muy buenas,
quiero calcular correlaciones de Pearson entre dos variables (a,b)
teniendo en cuenta una tercera (c). Para ello estoy usando una función
llamada "pcor.test" (http://www.yilab.gatech.edu/pcor.html), que en
realidad no está en ningún paquete de R, que yo sepa. ¿Alguien conoce
una función similar en alguna librería de R? Por otro lado, para ver
si me cuadraban los resultados,
2007 Aug 20
0
Rcmdr window border lost
...dr package on a Windows system, I test it under
Linux as well -- most recently on Ubuntu 7.04 with R 2.5.0. Curiously, the
windows for Rcmdr 1.3-5 look normal to me, as I just verified, so I'm unable
to reproduce the problem, and wonder whether anyone else has seen it.
As well, setting options(Rmcdr=list(suppress.X11.warnings=TRUE)) should
suppress the X11 warnings that appear on some systems, but I thought that
this problem disappeared with R 2.4.0. See ?Commander.
Regards,
John
------- original messages ------
Andy Weller wrote:
> OK, I tried completely removing and reinstalling R, bu...
2011 Sep 15
2
installation of BiodiversityR package
I have installed R on windows 7 machine.
In the install packages I can't find BiodiversityR package.
I was wondering if I can get some help with the installation process.
Thanks.
--
View this message in context: http://r.789695.n4.nabble.com/installation-of-BiodiversityR-package-tp3816807p3816807.html
Sent from the R help mailing list archive at Nabble.com.
2008 Mar 03
3
Script to start Rcmdr
Hi,
anybody know any way to make a bash script to start Rcmdr directly widthout
need to open R and execute library(Rcmdr)?
I try to make this using R CMD BATCH somethink, but dont find the way.
Thanks
Ronaldo
--
> Prof. Ronaldo Reis J?nior
| .''`. UNIMONTES/Depto. Biologia Geral/Lab. de Biologia Computacional
| : :' : Campus Universit?rio Prof. Darcy Ribeiro, Vila Mauric?ia
|
2007 Aug 21
2
Partial comparison in string vector
...dr package on a Windows system, I test it under
Linux as well -- most recently on Ubuntu 7.04 with R 2.5.0. Curiously, the
windows for Rcmdr 1.3-5 look normal to me, as I just verified, so I'm unable
to reproduce the problem, and wonder whether anyone else has seen it.
As well, setting options(Rmcdr=list(suppress.X11.warnings=TRUE)) should
suppress the X11 warnings that appear on some systems, but I thought that
this problem disappeared with R 2.4.0. See ?Commander.
Regards,
John
------- original messages ------
Andy Weller wrote:
> OK, I tried completely removing and reinstalling R, bu...