similar to: moving/copy objects between work space

Displaying 20 results from an estimated 20000 matches similar to: "moving/copy objects between work space"

2004 Nov 02
2
Starting with R
I am studying R and within the first 3 lines of demo("graphics") I get completely stuck. could you 1. give me the answer so I can move on 2. tell me how I might find the answer. On my mac OSX, the first command is equivalent to get("quartz")() now get("quartz") would be a regular function format but what is get () ()? what kind of beast? does get() return a
2004 Oct 20
4
Browsing between linux boxes
My problem appears to be too simple to be addressed in the documentation, being a linux-to-linux problem. This is a mixed home lan, but the majority of file sharing is done between three linux boxes. All three have a public directory, but the one on box1 is mainly used for file sharing. All of this worked well with our old Samba 2 setup, but has now gone to pieces. Two of the boxes are
2009 Aug 24
1
Copy & Paste from tktext on Mac
Hi there, a text Window is supposed to map the shortcuts for copying and pasting (<Ctrl-C>, <Ctrl-V>) automatically. I'm working under Mac OS X and my text window doesn't really map these functions automatically - it works fine under Windows. Is there an easy way to map copy&paste functions to a text window under Mac OS X? This is what I'm doing with my text
2006 Jan 12
3
Plain password not authenticating
I'm trying to set up a temporary mailserver using Debian Sarge and Dovecot 1.0 with maildir format. My only previous experience has been on a simple imap server. I have read the wiki documentation and searched the archives, but can't tie down my problem. The log tells me Info: passwd-file(anne) : unknown user. I have set auth_userdb = passwd-file /etc/imap.passwd auth_passdb =
2012 Feb 06
1
Configuration problem?
I have a new Scientific Linux 6.1 mail server (dovecot -n below) and am seeing the following in the logs, with no idea what is happening: --------------------- Dovecot Begin ------------------------ Dovecot was killed, and not restarted afterwards. **Unmatched Entries** dovecot: imap(anne): Connection closed bytes=205614/894243: 1 Time(s) dovecot: imap(anne): Disconnected: Logged
2005 Jan 06
2
library vcd for R rw2001
Is there an upgrate of the vcd library (visualisation of categorical data) for the latest R version? Trying to download it from CRAN I get URL /data/WWW/ftp/pub/R/bin/windows/contrib/r-release/vcd_0.1-3.4.zip was not found on this server. googling it, I found it for instance on http://www.sourcekeg.co.uk/cran/bin/windows/contrib/1.9/ but trying to install it gave me the message >
2010 Dec 22
2
The case of the missing mail
I became suspicious that I should have received a certain message, and reading pm.log I discovered that it had indeed arrived and had been allocated to /var/mail/anne, despite procmailrc telling it that MAILDIR=/home/anne/Maildir/ Any idea what might have caused this? It seems to have been working like this only in the last 24 hours or so. Anne -- KDE Community Working Group New to KDE
2008 Aug 20
1
Unknown mail transport error
I've just signed a bunch of keys using the caff tools. A few minutes ago they started bouncing back at me, with the above error. Received: by anne-wireless.lydgate.net (Postfix, from userid 500) id CA4B230EF7; Wed, 20 Aug 2008 11:15:39 +0100 (BST) MIME-Version: 1.0 Subject: Your signed PGP key 0x2C4F325BFF906D62 User-Agent: caff 0.0.0.309 - http://pgp-tools.alioth.debian.org/
2004 Dec 22
2
RE ordering levels
Sorry, sorry.... of course levels(testf)[c(2,1,3)] will do the job My excuses to all Anne PS I will meditate the following saying "la parole est d'argent et le silence est d'or" BONNES FETES A TOUS SEASONAL GREETINGS ---------------------------------------------------- Anne Piotet Tel: +41 79 359 83 32 (mobile) Email: anne.piotet@m-td.com
2008 Jun 29
3
Copy of own messages
For some reason I'm no longer seeing copies of my own messages. I've checked http://lists.centos.org/mailman/listinfo/centos and the preferences setting is still fine. Does anyone know what the problem might be? Thanks Anne
2004 Jul 13
5
table lookup n R
Hello R helpers! I looked but did not find a table-lookup R-utility. I could use a loop to do the job (old FORTRAN/C habits die hard) but if I have a big table in which I have to search for the values corresponding to a vector, I end up logically with a double loop. Is there already such a utility? Otherwise, is there a way without loops? Thanks as always Anne
2006 Feb 18
1
Another permissions problem?
The rebuild server is now almost complete. Dovecot is running, and I can telnet and log in. In kmail on this workstation I have created an imap account, for which Inbox was created. I also created Trash and sent-mail as top-level folders, and they display correctly with the cur, new and tmp sub-folders on the server. I now want to create subfolders of Inbox, and there I'm coming
2004 Dec 22
4
ordering levels
Hello! I would like to know if there is a simple way to reorder levels of a given factor.Let's say that the vector testf<-factor(c("red","red","red","blue","blue","white")) levels(testf) : blue red white should have reordered levels such as levels(testf) : red blue white (this is for presentation purposes) I guess
2005 Nov 17
2
[Rd] Scan data from a .txt file
[Re-directing to R-help, as this is more appropriate there.] I tried copying the snippet of data into the windows clipboard and tried it: > dat <- read.table("clipboard", header=T) > dat Name Weight Height Gender 1 Anne 150 65 F 2 Rob 160 68 M 3 George 180 65 M 4 Greg 205 69 M > str(dat) `data.frame': 4 obs.
2001 Jul 17
2
R-help archives after June 21 2001
Could someone please point me to a source for the archives of this news group after June 21. I was subscribed to a digest version, but it stopped arriving after that date. Anne ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Anne E. York National Marine Mammal Laboratory Seattle WA 98115-0070 USA e-mail: anne.york at noaa.gov Voice: +1 206-526-4039 Fax: +1 206-526-6615
2004 Dec 06
3
removing NA as a level
Dear R-helpers, I have a problem which I suppose is trivila, but... I have included NA values as factors ( (to be able to make nice printed summaries with NAs % ba category ) with the following code dat$x.f<-factor(dat$x, exclude=NULL); levels(dat$x.f)<-c("A1","A2","A3","A4","NA"); length(dat$x.f) Now, I want to impute the missing values.
2005 Jan 07
2
help with polytomous logistic regression
Hi! I'm trying to do some ploytomous logistic regression using multinom() in the nnet package, but am a bit confused about interpretation of the results Is it possible to get the following quantities: I: maximum likelihood estimates to test for fit of model and significance of each predictor (I would like to produce a table of the following type) Analysis of Variance: MLE (values are
2005 Jan 04
1
scree plot
Hi! Is there an easy way to add to the scree-plot labels to each value pertaining to the cumulative proportion of explained variance? Thanks and a happy new year Anne ---------------------------------------------------- Anne Piotet Tel: +41 79 359 83 32 (mobile) Email: anne.piotet@m-td.com --------------------------------------------------- M-TD Modelling and Technology Development PSE-C
2004 Jul 16
3
small problem with predict
hello to all! I have a small problem wit predict() for lm Let's say I have predictors x1 and x2, response y I want to predict for a new ds say dn<-data.frame(x1= seq(min(x1),max(x1),length=10),x2=rep(median(x2),10)) predict(lm(y~x1+x2),dn,se.fit=T) Error message > Error: variables 'x1', 'x2' were specified differently from the fit (I looked in the help and found
2004 Mar 19
2
Moving to 1.8.1: can you transfer your package list?
I prefer to use R on a linux box and ultimately need things to end up there to serve things up using David Firth's excellent CGIwithR and apache, but one step at a time and I've installed 1.8.1 under win2k. Another question that I'm sure is simple: is there a simple way to find the list of installed libraries I had in my 1.7.1 installation and use that to drive install.packages?