similar to: version 1.5-1 of Rcmdr package released

Displaying 20 results from an estimated 5000 matches similar to: "version 1.5-1 of Rcmdr package released"

2009 Sep 01
1
Logistic Politomic Regression in R
Hi everyone,   I'm trying to do an Logistic Politomic Regression in R. Because I have my resposes variables and the aswer is 0 and 1 in 3 bacterial genes. Somebody know how to do this in R in a easy way?   Thank so much,   José Bustos Facultad de Ciencias Universidad Catolica Ssma. Concepcion Chile --- El lun, 31/8/09, r-help-request@r-project.org <r-help-request@r-project..org>
2007 Jul 12
0
[Fwd: Re: How to activate the R commands in SciViews]
Well.. plans are there from a long time to rewrite SciViews completely and make it platform independent (to work on Linux/Unix and MacOS X, as well as Windows). I have done some work in this direction when time permitted, but I am pretty busy with other work. During the holidays, I will continue to work in this direction. I will try to package a first running version of SciViews compatible with
2006 Aug 30
0
Version 1.2-0 of the Rcmdr package
I've submitted a new, and substantially enhanced, version (1.2-0) of the Rcmdr package to CRAN. Some highlights (from the CHANGES) file: o Added ability to import from Excel, Access or dBase files (contributed by Samir Messad, Renaud Lancelot and Matthieu Lesnoff). o Added ability to read data from the clipboard (suggested by Graham Smith). o Added "Data -> Active data
2006 Aug 30
0
Version 1.2-0 of the Rcmdr package
I've submitted a new, and substantially enhanced, version (1.2-0) of the Rcmdr package to CRAN. Some highlights (from the CHANGES) file: o Added ability to import from Excel, Access or dBase files (contributed by Samir Messad, Renaud Lancelot and Matthieu Lesnoff). o Added ability to read data from the clipboard (suggested by Graham Smith). o Added "Data -> Active data
2010 Oct 23
1
command to start R and Rcmdr?
Dear all I would like to start R with Rcmdr from the cli, without tweaking Rprofile.site. This has been discussed in the past [1], but I don't see a solution that (1) could be used with any working directory and (2) would avoid starting Rcmdr on every R start-up. Personally I tried the following, which starts R but not Rcmdr liv at liv-laptop:~$ R --interactive -e 'require(Rcmdr)'
2008 Aug 08
0
New version of Rcmdr package
Dear R users, A new version (1.4-0) of the Rcmdr package (providing a basic-statistics graphical user interface to R) is now on CRAN. This is the annual update of the package (apart from bug-fixes and minor changes). Updated Italian and Russian translations are included with the package (courtesy, respectively, of Stefano Calza and Alexey Shipunov); I'll submit minor updates as other
2006 Aug 22
1
HH and Rcmdr.HH packages available
The software for my recent book Statistical Analysis and Data Display Richard M. Heiberger and Burt Holland http://springeronline.com/0-387-40270-5 is now available as an R package from the book's website. The package has been submitted to CRAN. Description: Support software for Statistical Analysis and Data Display (Springer, ISBN 0-387-40270-5). This contemporary
2013 Sep 19
1
Vignette problem and CRAN policies
Hello, All: The vignette with the sos package used "upquote.sty", required for R Journal when it was published in 2009. Current CRAN policy disallows "upquote.sty", and I've so far not found a way to pass "R CMD check" with sos without upquote.sty. I changed sos.Rnw per an email exchange with Prof. Ripley without solving the problem; see below. The
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
I'd like to announce a new version, 1.3-0, of the Rcmdr package. The Rcmdr package provides a basic-statistics graphical user interface (GUI) to R. Beyond small changes and additions, this new version of the package makes provision for "plug-ins" that permit extension of the Rcmdr GUI without altering and rebuilding the Rcmdr source package or modifying the installed package. An R
2007 May 29
0
Rcmdr 1.3-0 and RcmdrPlugins.TeachingDemos
I'd like to announce a new version, 1.3-0, of the Rcmdr package. The Rcmdr package provides a basic-statistics graphical user interface (GUI) to R. Beyond small changes and additions, this new version of the package makes provision for "plug-ins" that permit extension of the Rcmdr GUI without altering and rebuilding the Rcmdr source package or modifying the installed package. An R
2009 Dec 13
1
debug an error that incapacitates R?
Dear all How should I attempt debugging this error? > sosInit() Error: invalid connection When this happens R refuses to run anything: > 2+2 Error: invalid connection > sessionInfo () Error in stdout() : invalid connection Debugging it seems impossible. > options(error=recover) > sosInit() Error: invalid connection Error during wrapup: invalid connection The error also
2006 Sep 01
2
Compiling a package
Hello, I am in Win-XP R:2.3.0 latest rtools and Perl - of today I got Rcmdr.HH source code and tried to compile it myself copy all directory to R/R-2.3.0/src/library/Rcmdr.HH from R/R-2.3.0/src/library I typed: ..\..\bin\R CMD build --force --binary --auto-zip Rcmdr.HH * checking for file 'Rcmdr.HH/DESCRIPTION' ... OK * preparing 'Rcmdr.HH': * checking DESCRIPTION meta-information
2008 Dec 03
0
Hmisc latex() and Rcmdr numSummary() percentage issues
Dear R users, I have issues regarding latex() from Hmisc and numSummary() from Rcmdr. Here's an example: > library(Rcmdr) > data(Angell, package="car") > numSummary(Angell[,"hetero"], statistics=c("mean", "sd", "quantiles"), quantiles=c( 0,.25,.5,.75,1 )) > .numSummary <- popOutput() > latex(as.table(.numSummary$table),
2007 Dec 05
0
Export to LaTeX using xtable() - Control the digits to the right of the separator [solved]
Hello everyone, The thread title speaks for itself. Here's the code that worked for me: > numSummary(finance[,"Employees"], statistics=c("mean", "sd", "quantiles")) mean sd 0% 25% 50% 75% 100% n NA 11492.92 29373.14 1777 3040 4267 6553 179774 53 5 > str(numSummary(finance[,"Employees"],
2011 Dec 28
0
new version of the Rcmdr package
Dear R users, I'd like to announce a new version, 1.8-1, of the Rcmdr package. The Rcmdr ("R Commander") package provides a basic-statistics graphical user interface (GUI) to R, implemented in Tcl/Tk via the standard R tcltk package. Beyond small changes and additions, the new version of the Rcmdr package uniformly implements a feature, first available in version 1.7-0, that
2011 Dec 28
0
new version of the Rcmdr package
Dear R users, I'd like to announce a new version, 1.8-1, of the Rcmdr package. The Rcmdr ("R Commander") package provides a basic-statistics graphical user interface (GUI) to R, implemented in Tcl/Tk via the standard R tcltk package. Beyond small changes and additions, the new version of the Rcmdr package uniformly implements a feature, first available in version 1.7-0, that
2003 Aug 07
0
new version of Rcmdr package
Dear list members, I've uploaded a new version of the Rcmdr package to CRAN. There are many additions and (I hope) improvements, as indicated in the relevant portion of the CHANGES file, reproduced below. As usual, comments, suggestions, and bug reports are appreciated. John ------------------------------------------- Version 0.8-4 o Minor bug fixes and additional input-error
2009 Feb 21
0
new RcmdrPlugin.survival package
Dear R users, I'd like to announce the RcmdrPlugin.survival package, which has just been made available on CRAN. The package provides an R Commander plug-in for the survival package, with dialogs for Cox models, parametric survival regression models, estimation of survival curves, and testing for differences in survival curves, along with data-management facilities and a variety of tests,
2009 Feb 21
0
new RcmdrPlugin.survival package
Dear R users, I'd like to announce the RcmdrPlugin.survival package, which has just been made available on CRAN. The package provides an R Commander plug-in for the survival package, with dialogs for Cox models, parametric survival regression models, estimation of survival curves, and testing for differences in survival curves, along with data-management facilities and a variety of tests,
2007 Oct 16
3
R-2.6.0 - packages installation through a proxy - not working
Hello everyone, I run R on Gentoo Linux and this week I upgraded R from 2.5.0 to 2.6.0. With the new build, I have stumbled upon an unpleasant problem: I can no longer install packages from CRAN through a transparent proxy. With the previous version, I simply added to /usr/lib/R/etc/Renviron the following line and it functioned like a charm: ## Proxy settings http_proxy="SERVER:3128"