similar to: assign names to matrix

Displaying 20 results from an estimated 10000 matches similar to: "assign names to matrix"

2000 Nov 09
4
memory management
dear experts, i m very concerned about memory management. would appreciate if you leave me some tips on handling large datasets.. special interset: 1. importing large data from a text file 2. subsequent manipulations in R thanks very much best regards pan yuming -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read
2000 Nov 07
1
matrix transpose and object name
hello, everybody, i have several unresolved issues: 1. how to do a matrix transpose? i cant find how to do it in the documentation. 2..suppose i have an object named as lm1 from linear regression, how could i refer to it by paste("lm",1,sep="") ? 3. to save a matrix 100 x 30, how to have a text file with 100 lines and 30 cols, instead of stacking them? thanks. best regards
2000 Nov 09
1
increase memory
dear all, i cant figure out how to increase memory as in the help. would appreciate somebody to tell me step by step how to do it. thanks and regards yuming -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in the
2000 Oct 18
1
Help oo sink
---------------------- Forwarded by Pan Yuming/Extern/AAM on 18.10.2000 12:58 --------------------------- Pan Yuming 18.10.2000 11:41 To: Prof Brian Ripley <ripley at stats.ox.ac.uk> cc: Subject: Help oo sink (Document link: Pan Yuming) Dear professor, continue with the example i used, i want to save the prediction results but when i run a R file containing the following code, it
2000 Oct 24
1
is there a way to create legends automatically?
Hi all, when plotting mutiple data series, i need to specify how one data series should be plotted. that s fine, but can i let the program automatically create legends afterwards? thanks very much. -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or
2008 Sep 03
5
Unable to start Xorg in dom0 (Linux kernel 6.1.18)
Hi, everyone, I installed the Xen3.1.0 based on Fedora8 and enter the Dom0 successfully. The kernel of dom0 is linux-2.6.18-xen0. But the Xorg could not start in the Dom0. When I use the "startx" command to start the X server, the error information is following: ......... (==) Using config file: "etc/X11/xorg.conf" (II) Module already built-in (II) Module already built-in
2010 Jun 01
5
How to make R automatic?
Hello, I have a question about how R can run automatically. Here is the story: A file called "data.csv" will be generated every couple of minutes in a folder (overwrite itself). What I want R to do is: 1) scan the folder to find the file. 2) if the file is a newly generated file, process the file 3) output some file identifier on the screen, such as the time when the file was
2008 Dec 03
2
does anyone have experience with clusters?
Hi all, I want to start experimenting with clusters, and I would like to use normal desktop grade hardware for this. I have some extra PC components lying around, enough to build 3 - 4 moderate desktops with a PIV / C2D CPU & 512MB - 1GB RAM each. All the machines should have at least a 100MB NIC, but I can add a gigabit NIC to the machines that doesn't have it if need be. I have used
2006 Oct 16
1
nat auto detect ?
Hello ppl, This post is to do with the variables 'nat' or 'canreinvite' for sip entities. Idealy users, wont be static, they could be roaming all over the globe. So, setting someone as behind NAT, and disabling canreinvite, etc., restricts the roaming capabilities of a user. Is there any way for Asterisk to auto detect, if a user is behind NAT, also, if two users are behind the
2006 Jun 21
3
[PLUG] new plugin, acts_as_modified
Nothing special, just my first plugin. it came out of a request I saw on the list from someone who wanted to be able to tell if a model''s attributes had changed prior to being saved. Well, this plugin does just that (at least I hope it does). http://rubyforge.org/projects/actsasmodified/ Please see the README for details. Constructive comments and criticisms are appreciated. Chris
2005 Sep 15
1
Getting email of voicemail to work
Hi, Can someone point me in the direction of getting the voicemail -> Email to work on *@home 1.5 Ive put in the email addresses of voicemail users eg myemail@company.com But i cant find where to set the email server up. we have a company email server an idealy i would like to relay the mails to it. However i cant find within the AMP where to setup either the Sendmail server or put in a
2010 Mar 01
1
Saving multiple plots named with part of the original file name
Hello All, I am trying to open all files within a folder and create multiple histograms from each file, *and* have it save with the original file name plus some new information. The way I have it set up right now, I keep saving over each new graph. I can turn the history on and see them all, but I want them all to save as unique files as well. Idealy they would be "filename CHN 1mm Length
2010 Jun 18
1
12th Root of a Square (Transition) Matrix
Dear R-tisans, I am trying to calculate the 12th root of a transition (square) matrix, but can't seem to obtain an accurate result. I realize that this post is laced with intimations of quantitative finance, but the question is both R-related and broadly mathematical. That said, I'm happy to post this to R-SIG-Finance if I've erred in posting this to the general list. I've
2012 Feb 27
2
problem with assign and get
Dear list members, does anyone have an idea why the following construction does not work but gives the following error message: assign('test', array(1:10, dim=c(10,10))) dimnames(get('test')) <- list(1:10,1:10) Error in dimnames(get("test")) <- list(1:10, 1:10) : target of assignment expands to non-language object What could be a way to get this to work?
2001 Aug 07
1
cannot assign to NULL dimnames (PR#1042)
Full_Name: Hsiu-Khuern Tang Version: 1.3.0 OS: GNU/Linux (Debian unstable) Submission from: (NULL) (192.6.19.124) Hi all, I am not sure this is a bug rather than an intentional design, but here goes: If I do > a <- matrix(1:4, nrow=2) > dimnames(a)[[1]] <- c("a", "b") I get the following error message because dimnames(a) is NULL: Error: more elements
2004 Sep 27
8
cannot assign dimnames
Dear list, If anyone knows how to assign dimnames to matrices or arrays I would be most grateful for help. I've tried various permutations of likely-looking code but get error messages every time. I could find no example in the documentation. Many thanks, Dan Bebber Department of Plant Sciences University of Oxford South Parks Road Oxford OX1 3RB UK Tel. 01865 275000
2011 Mar 24
2
Nested PXELINUX configurations
Hello all, I have a boot server (running Debian Lenny x64) with a number of bootable options already configured (freedos, memtest, sysresccd etc). What I am struggling to do now is add Ubuntu and Debian netinst images so that I can boot from the network and have all the boot options available as if I was using a CD-ROM. The problem is that (as far as I can tell) the Ubuntu and Debian
2005 Oct 10
3
country code list
I was wondering if anyone has put together a comprehensive list (that is reasonably maintained) that lists country codes, landline numbers, mobile numbers, etc. The particular requirement is for a dialplan to know what is going to be charged to whom. For example, mobile and landline rates are the same in the US the US has a unified numbering plan of 1NXXNXXXXXX, while the UK has: 441xxx
2013 Feb 23
2
assign index to colnames(matrix)
Hello, I’m trying to follow the syntax of a script from a journal website. In order to create a regression formula used later in the script, the regression matrix must have column names “X1”, “X2”, etc. I have tried to assign these column names to my matrix ScoutRSM.mat using a for loop, but I don’t know how to interpret the error message. Suggestions? Thanks, Paul
2017 May 08
2
Latest AMD CPUs and AM4 Motherboards
Has anyone used the new AMD CPUs and AM4 motherboards with CentOS 6 / 7? Any reservations or warnings? -- Eugene Poole Woodstock, Georgia