similar to: editor argument in edit()

Displaying 20 results from an estimated 2000 matches similar to: "editor argument in edit()"

2003 Aug 07
1
graph for selected lines in stars()
Dear listers, The following command (derived from the example in the ?stars help page) works : data(mtcars) stars(mtcars[, 1:7]) But the following gives an error: stars(mtcars[1, 1:7]) Error in s.y[i, ] : incorrect number of dimensions I was expecting to have the star graph for the first line (Mazda Rx4) The following give an incorrect graph for the first two cars : stars(mtcars[1:2, 1:7])
2003 Aug 13
1
stars graphs
Hi listers, A few days ago I posted a question about the use of the stars function on selected lines of a frame. Thanks to two helpers, a closer look at the scale argument allowed to partially solve the problem. Yet I still have a problem with stars. Allow me to explain what I intend to do (sorry for my poor English and the long post): I want to graph an activity index of a fish during the day
2003 Nov 10
0
position of given values labels in coplot
Hello dear listers, I can't find a way to align the given values labels when using coplot. The labels always appear like a stair. Is there a way to modify this ? I searched the help and archives but was unable to find out. Any help would be much appreciated, Tito -- L. Tito de Morais UR RAP IRD de Dakar BP 1386 Dakar S?n?gal T?l.: + 221 849 33 31 Fax: +221
2013 Jan 26
2
different legends in lattice panels
Hi listers, I want to make lattice plots xyplots with the indication of legends inside each panel with only the points and the lines actually ploted inside each given panel according to the group(ing) factor. The code below shows what I have achieved so far and I hope will make clear what I want to have. It seems to me that my solution is a very "dirty hack" and there certainly is
2003 Feb 13
3
search contrasts tutorial
I'm looking for a tutorial or notes on the use of contrasts factor in linear model in R, I've found some mails and infos about in various documents about R, but I've probably missed a good review on this subject. -- Robert Espesser Laboratoire Parole et Langage UMR 6057, CNRS 29 Av. Robert Schuman 13621 AIX (FRANCE) Tel: +33 (0)4 42 95 36 26 Fax: +33 (0)4 42 59 50
2003 Sep 05
3
Dotchart question
Sorry to keep asking elementary questions......I appreciate the help. I am trying to create a dotchart with the rows sorted according to the values, rather than the labels. When I try prof <- c('Accountant', 'Administrative assistant', 'Garment worker', 'Cook', 'Dentist', 'General practictioner', 'Graduate student', 'High level
2008 Jul 26
2
Re: Gnumeric rpm
On Sat, Jul 26, 2008 at 10:13 AM, Iain Lee <menelaus at spartica.net> wrote: > Paul, > > Thanks your contribution, I too miss gnumeric. However, I get these errors > and the installed gnumeric crashes on opening a gnumeric file: > > ============================================================================= > Package Arch Version
2007 Oct 23
2
gnumeric on CentOS 5
I'm trying to install Gnumeric using the kbsingh RPMs. Has anyone been able to use these with CentOS 5? Loading "installonlyn" plugin Setting up Install Process Setting up repositories kbs-Extras-i386 100% |=========================| 951 B 00:00 kbs-Misc-i386 100% |=========================| 951 B 00:00 updates 100%
1999 Jul 24
0
[RHSA-1999:023-01] Potential security problem in gnumeric 0.23
--------------------------------------------------------------------- Red Hat, Inc. Security Advisory Synopsis: Potential security problem in gnumeric 0.23 Advisory ID: RHSA-1999:023-01 Issue date: 1999-07-23 Keywords: gnumeric security --------------------------------------------------------------------- 1. Topic: A potential security problem has been fixed in the gnumeric spreadsheet
2016 Jan 25
0
Just need to vent
On 01/24/2016 11:46 PM, Alice Wonder wrote: > On 01/24/2016 11:31 PM, Sorin Srbu wrote: >>> -----Original Message----- >>> From: centos-bounces at centos.org >>> [mailto:centos-bounces at centos.org] On >>> Behalf Of John Hodrien >>> Sent: den 24 januari 2016 12:47 >>> To: CentOS mailing list >>> Cc: Mark LaPierre >>>
2010 Nov 25
1
RODBC
Hi, I am running the RODBC examples form the help guide. I am trying to UPDATE a table in an Access data base but I am having an error. library(RODBC) library(termstrc) path = getwd() setwd(getwd()) dbName = "data.mdb" pathdbname = paste(path,"/",dbName,sep="") accesChannel = odbcConnectAccess(pathdbname, uid = "", pwd = "")
2004 Dec 20
2
R and Gnumeric?
Hi all, A hopefully quick query. I was reading a posting over at gnomedesktop.org on the latest release of Gnumeric 1.4: http://gnomedesktop.org/node/2090 There is a mention there: Improved accuracy: While Gnumeric 1.2 was already the best available source for accuracy in statistical calculations, Gnumeric 1.4 is even better. We are cooperating with The R Project to
2012 Apr 07
3
gnumeric/goffice: defective RPM from rpmforge ???
"yum update" output: ............................... --> Running transaction check --> Processing Dependency: libgoffice-1.so.2 for package: gnumeric ---> Package goffice.i386 0:0.6.6-1.el5.rf set to be updated --> Finished Dependency Resolution 1:gnumeric-1.6.3-15.el5.2.i386 from installed has depsolving problems --> Missing Dependency: libgoffice-1.so.2 is needed by
2004 Feb 26
1
Gnumeric - 1 Excel - ?
Hi all, As happens from time to time, discussions on this list appear regarding the use of popular spreadsheets for statistical analysis. One such thread (post of mine) is here: http://maths.newcastle.edu.au/~rking/R/help/03a/6326.html While not advocating such use, these discussions have referenced articles that provide independent reviews of these applications and issues of accuracy, etc.
2006 Sep 25
1
sieve problem unresolved
hello, I follow your suggestions : _cyrus timsieved installed on the two LDA server _the sieve script stored in the /var/home (which is the virtual home directory) and in /var/mail/user/ for testing purposes But nothing happened when the user receive a email. Below the sieve script. Regards #################################################### # This script has been automatically generated by
2005 Jul 27
1
how to get actual value from predict in nnet?
Dear All, After followed the help of nnet, I could get the networks trained and, excitedly, get the prediction for other samples. It is a two classes data set, I used "N" and "P" to label the two. My question is, how do I get the predicted numerical value for each sample? Not just give me the label(either "N" or "P")? Thanks! FYI: The nnet example I
2004 Nov 25
0
Problem with ODBC access to SQL database
I have the following problem in getting the "sqlSave" function from the example code in the R package RODBC to work with MySQL as ODBC server: - a new database is created, but no data is written to it - the example code works just fine when I use MS Access as ODBC server. ----------- offending code and output ------------------- > library(RODBC); > channel <-
2012 Feb 06
0
sqsSave() test using Test.R script returning error suggesting no values upon "insert"
Hi. I attempted to use RODBC and decided to execute all the tests provided in "Test.r" under the unpacked package RODBC folder. Beginning with the following: library(RODBC) library(MASS) USArrests[1,2] <- NA hills <- hills[1:15,] row.names(hills)[12] <- "Dollar ('$')" set.seed(1) # MySQL ## testdb3 is ODBC/Connector 3.51.x, testdb5 is 5.1.x channel <-
2008 Jun 08
1
R and Gnumeric
Hi, I just read the "Embedding R in Gnumeric" idea at http://www.r-project.org/SoC08/ideas.html. On my side, I intend to add as many statistics related plot types to the current gnumeric charting engine as possible. We already have boxplots and partial support for histograms. My immediate plans are to finish the histogram code and add probability plots
2009 Dec 23
1
prcomp : plotting only explanatory axis arrows
Dear all, I have a very large dataset (1712351 , 20) and would like to plot only the arrows that represent the contribution of each variables. On the sample below I woild like to plot only the explanatory variables (Murder, Assault..) and not the sites. prcomp(USArrests) # inappropriate prcomp(USArrests, scale = TRUE) prcomp(~ Murder + Assault + Rape, data = USArrests, scale = TRUE)