similar to: Feature Request: "matrix[1:10,1:10, block=F] <- 1:10"

Displaying 20 results from an estimated 5000 matches similar to: "Feature Request: "matrix[1:10,1:10, block=F] <- 1:10""

2002 Feb 20
1
Bug in "[<-.matrix"? (Was: Feature Request: "matrix[1:10,1:10, block=F] <- 1:10")
Thanks to David Meyer [david.meyer@ci.tuwien.ac.at] and David Brahm [brahm@alum.mit.edu] who suggested: m[ cbind(index.i, index.j) ] <- vals This works fine for the example I gave. Unfortunately, this approach doesn't extend to using the row and column names to make assignments: > m <- matrix("",ncol=3,nrow=3) > dimnames(m) <-
2003 Sep 30
1
Printing: unable to connect from Windows
OK..this is driving me nuts. I cannot print from Windoze, consistenly getting a "Access denied; Unable to connect" error message" from my samba print server. Config --- Server: RH9.0 uptodate with patches, errata. Samba 2.2.7 HP OfficeJet K60 - hpoj 0.90-14 Client: Win2K w/sp4 HP OfficeJet K60 driver What I *can* do --- Print just fine on RH9/Samba server to the
2002 Jan 16
2
list indexing
Hello I've got a question about list indexing. If anyone can help or point in the direction of some documentation, that'd be great. I've checked the Introduction to R and R language definition. Say you have a list of vectors: >
2001 Nov 23
3
compiling R under hpux
Dear R user, I'm wondering if anyone was succesful in compiling R under hpux 10.20 I couldn't compile verion 1.2.1 or 1.3. I asked this question two weeks ago, but nobody replyed. Looks that not many people are using hpux machines. Thanks Frank Mattes Department of Virology Royal Free Hospital London -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help
2001 Mar 06
8
OpenSSH/scp ->> F-Secure SSH server Problems
Hi, Is there some know problem between the 'scp' client in OpenSSH 2.5.1p1 and F-Secure's SSH 2.4.0 server? The client is running on a Linux (2.2.17) box and server is running on Win2K. When I try to transfer files it asks me for the password (which I provide) then it hangs. Using 'scp -v' didn't provide any helpful info; it's as though the problem happened before
2005 Mar 28
2
Generating list of vector coordinates
Hi. Can anyone suggest a simple way to obtain in R a list of vector coordinates of the following form? The code below is Mathematica. In[5]:= Flatten[Table[{i,j,k},{i,3},{j,4},{k,5}], 2] Out[5]= {{1,1,1},{1,1,2},{1,1,3},{1,1,4},{1,1,5},{1,2,1},{1,2,2},{1,2,3},{1 ,2,4},{1,2, 5},{1,3,1},{1,3,2},{1,3,3},{1,3,4},{1,3,5},{1,4,1},{1,4,2},{1,4,3}, {1,4,
2011 Jul 27
1
Converting F-value from ANOVA to cohen's d in meta-analysis (metafor-package)
Dear R-experts! Running a meta-analysis (using the magnificent metafor-package), I use cohen's d as a main outcome measure in a random-effects model. For most of the samples cohen's d is derived form a comparison of two groups (A & B). However some studies report results from an ANOVA (one-factor with three levels: C,D,E) whereas two groups (C,D) correspond to one group in the other
2018 Aug 31
6
[PATCH] PCI: add prefetch quirk to work around Asus/Nvidia suspend issues
On over 40 Intel-based Asus products, the nvidia GPU becomes unusable after S3 suspend/resume. The affected products include multiple generations of nvidia GPUs and Intel SoCs. After resume, nouveau logs many errors such as: fifo: fault 00 [READ] at 0000005555555000 engine 00 [GR] client 04 [HUB/FE] reason 4a [] on channel -1 [007fa91000 unknown] DRM: failed to idle channel 0 [DRM]
2018 Jun 22
1
sievescript is not working
Benny Pedersen <me at mlfix.junc.eu> schrieb am 22.06.18 um 03:32:26 Uhr: > ratatouille skrev den 2018-06-21 20:25: > > > # sieve-test ./managesieve.sieve ./testfile -D > > sieve-test(andreas): Debug: sieve: Pigeonhole version 0.4.2 > > initializing > > sieve-test(andreas): Debug: sieve: include: sieve_global_dir is not > > set; it is currently not
2015 Sep 13
2
no login with MySQL
Hello! Setup again to authenticate my users with MySQL but can't login. Sep 13 11:55:49 auth: Info: passwd-file(a.meyer at nimmini.de,95.88.63.177,<R7Qe9J0fTgBfWD+x>): unknown user Sep 13 11:55:49 auth: Info: passwd-file(a.meyer at nimmini.de,95.88.63.177,<R7Qe9J0fTgBfWD+x>): unknown user Sep 13 11:55:49 imap-login: Info: Login: user=<a.meyer at nimmini.de>,
2018 Jun 21
2
sievescript is not working
Hello! I have a problem with a sieve-script which works for one domain but not for another one. Both domains are hostet on the same server running dovecot and postfix. This is the script that works: require ["vacation"]; # rule:[Out of office] if true { vacation :days 1 :addresses "a.meyer at nimmini.de" :subject "absent" "Ich bin nicht da."; }
2001 Mar 30
1
SVM support vector machine
Hi all, sorry for my previuos question that was incomplete... i would like to test the SVM (support vector machine) algorithm? is somebody know if there are available program for R or S? thanks... -- -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- Olivier MARTIN phone: (33) 04 76 61 53 55 Projet IS2 06 08 67 93 42 INRIA Rhone-Alpes
2002 Apr 12
1
correlated binary random numbers
Dear all, does any of you know a source for R code for the generation of correlated binary random numbers? Thanks a lot Peter Schlattmann -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the "body", not
2002 Aug 10
1
How to concatenate a variable and assign value
for(i in c(1,50,100,250)){ Then I want to create a variable called: graph++i <- histogram... } Any ideas? With hist it is easy to create multiple graphs on a page but with the trellis histogram, I am finding it a bit more awkward. It seems that I have to use print(graph1, split=c(1,1,1,2), more=T) to achieve the desired result. Does anyone have code they are willing to share which
2002 Dec 06
2
R 1.6.1 segmentation fault
Hi, We have been running R ver 1.4.1 on a redhat linux (7.1)cluster without problem for quit some time. Now, some user wanted me to install version 1.6.1, and it compiled fine, but it crashes with "segmentation fault" when you run it. I used gcc296 (default) for compiling, Should I change compiler or is there some other thing I could do to avoid this problem. Regards Per-Anders
2012 Mar 20
3
Graphic legend with mathematical symbol, numeric variable and character variable
Hi, I'd like to make a legend with a mix of mathematical symbol (tau), numeric variable and character variables.I have tried : types<-c("Type 1","Type 2","Type 2") tau<-c(1,3,2) legend(x="topright",legend=paste(types,"tau=",expression(tau))) but it doesn't work: the 'tau' symbol is not written in its 'symbol
2001 Apr 21
2
display URL in browser
Does anyone know whether one can ``remotely'' make konqueror display a URL a la netscape -remote 'openURL(url)', and how this can be done? Thanks -k -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-devel mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2009 Nov 04
11
Sending Mails with mutations ä,ü,ö
Hi everyone I am sending mails with rails in German. The Problem is that the German letters ä,ü,ö are arriving correctly at the receiver. When the subject contains the word Für the receiver gets Für Does anybody knows this issue? Thanks in advance. Adam -- Posted via http://www.ruby-forum.com/.
2015 Sep 13
2
no login with MySQL
Hello! Christian Kivalo <ml+dovecot at valo.at> schrieb am 13.09.15 um 19:51:38 Uhr: > > Sep 13 11:55:49 imap(a.meyer at nimmini.de): Error: user > > a.meyer at nimmini.de: Initialization failed: Namespace '': Home > > directory not set for user. Can't expand ~/ for mail root dir in: ~/ > > Sep 13 11:55:49 imap(a.meyer at nimmini.de): Error: Invalid user
2001 Nov 22
2
Using rsync from Windows
I've just installed the Cygwin version of rsync, with an aim of syncing to the development version, as recommended on <http://cran.r-project.org/sources.html>. Could someone give an example of the syntax to invoke it? From the man page, I expected rsync rsync.rproject.org:: to give me a file listing, but I get: unknown host: rsync.rproject.org Other network utilities (e.g. ssh)