similar to: (no subject)

Displaying 20 results from an estimated 300 matches similar to: "(no subject)"

2005 Dec 14
2
Append tables
R Help: I have read a number of tables into R with identical headings and I would now like to make a single table that has all the data appended under this single heading line. for example: t1 <- read.csv("f1",header=TRUE) t2 <- read.csv("f2",header=TRUE) all <- c(t1,t2) #all is now twice as wide as t1 or t2 with the same number of row!!!! #I need to know how
2005 Dec 16
2
multiple plots per page
R-help, I would like to place nine (3X3) plots per page. I am not properly implement mfrow(3,3) in the script below: jpeg("xyplot.jpg") #names output file my_args <- commandArgs() #sets up to take args from dos batch command mfcol(3,3) #set page for 3X3 TEMPS <- c(-15,25,85)#list of temps VBATS <- c(3,3.6,4.7)#list of Bats BOARDS <-
2006 Nov 09
3
function
R-help, I am trying to create a function that i pass a data set to and have the function return some calculations based on data. Allow me to illustrate: myfunc <- function(lst,mn,sd){ lst <- sort(lst) mn <- mean(lst) sd <- sqrt(var(lst)) return(lst,mn,sd) } data1 <-c (1,2,3,4,5) data2 <- c(6,7,8,9,10) myfunc(data1,data1mn,data1sd) myfunc(data2,data2mn,data2sd)
2005 Oct 27
1
sorting of data
R-Help, I am trying to reduce at data set to rows where a specified value occurs in a specified value. Below is a screen capture of Rgui: > nsmalldata <-read.csv("c:\\DATA\\UNITY\\\PASS0_DOWNFADE\\nsmall.csv") > nsmalldata BOARDNUMBER SESSIONID MATRIXID ARRAYPOINT Temperature PS1 PS2 PS13 PS14 PS15 1 LB0DC 3043 7757513 1 -9999 -9999
2007 Jun 19
1
Multiple plot jpeg file
R-Help, I am executing a R script and would like to put multiple plots into a single file. For some reason the contents of plotfile.jpg always seem to contain the last plot and not all plots. If I do same thing with pdf, a multiple plot file is created. Can you help me? Regards, Bill Bill Hunsicker RF Micro Devices 7625 Thorndike Road Greensboro, NC 27409-9421 bhunsicker at rfmd.com
2010 May 12
2
ff for 64 bit R for windows gui?
Hi, folks: I am running 64-bit R on a 64 bit machine under 64 bit Windows 7. I'd like to try the package ff, but it is not clear to me whether the current version of ff will work in a 64 bit environment. The windows version is "compiled," which suggests that there is more than just R p-code. Do any of you know whether the current compiled version of ff will work in my
2012 May 28
3
Factanal fits
Greetings, all: I am using factanal in R. When I enter a matrix or a formula, the print method winds up with something like this: Test of the hypothesis that 6 factors are sufficient. The chi square statistic is 28.1 on 22 degrees of freedom. The p-value is 0.172 But when I enter a covmat, the print method winds up with something like this: The degrees of freedom for the model is 22 and the
2010 May 14
0
ff for 64-bit windows and 64-bit R
Lawrence, My understanding is that only a minor change is needed in ff's C++ layer in order to remove the 64bit compiler warnings/errors. The C++ layer is maintained by Daniel Adler, who can give you an outlook if/when he plans to attack this. Until a 64bit version of ff is available, you might consider using the 32bit win version of R and ff on a 64bit win machine: while 32bit R itself
1999 Aug 05
5
Authentication Question
Is is possible to have samba, upon request from the client machine, query a remote database for the username associated with the client machine, and accept that as user authentication? -- ian
2012 Jul 10
2
how can I show the xlab and ylab information while using layout
hi R-users: I want to draw three plot into one figure by layout and the script has been shown below. But I find R does not show the xlab and ylab information completely as shown the figure attached. How can I midify the script.? thank you . xxlab<-paste(cpmd," (",ro,"%)",sep=" ") yylab<-paste(rfmd," (",co,"%)",sep=" ")
2010 May 28
2
package question
The ICAClient package requires the 32 bit versions of libXp and openmotif. I have this class defined: class icaclient{ case $architecture { i386: { package { "ICAClient": provider => rpm, source => "$kickstart/ICAClient/RHEL5/ ICAClient-11.100-1.i386.rpm", ensure => installed, }
1997 Sep 12
6
Folder Permissions
Hi All, Can somebody help me set this up. I'm trying to set up a public folder on my SAMBA server which will let my users create their own folders to store their files. And not let everyone delete them. Following are the problems I'm having: 1) If I set the directory rights to 755 on /exports and share the /exports/public directory with ~/public set to 755 Users can't create
2004 Oct 01
3
Nuvox PRI - CCITT (ITU??) vs. ANSI
All, Having problems terminating to a Nuvox PRI, the tech at Nuvox is saying Asterisk is transmitting in CCITT (aka ITU?) when they're expecting (and will only accept) ANSI. The question is, is there a simple way to change this or am I stuck with rewriting code? I googled and checked the mailing list and found nothing, I could be barking up the wrong tree I guess. PRI is not my forte.
2005 May 13
0
Outlook strange behaviour...
Hi all, I have a Dovecot server(dovecot-0.99.14) running with IMAP support, running on a Fedora 2 system. Outlook (2003) users receive duplicate mail, "the" second mail doesn't have a title, when clicking on it, we are getting "non fully downloaded" error message. When deleting the "orignal" mail, all duplicates gets deleted too. Any ideas? Thanks in advance,
2011 Jun 09
2
Problem with a if statement inside a function
I have a really long functions, and at the end of the function, I am using a if statement to tag certain keywords based on whether they have certain values contained in them. However, the if statement doesn't seem to work. When I had split up the commands into various functions, it worked fine, but I'm not sure what going on now that it's combined into a single function. myfunc
2004 Apr 21
1
Macro Substitutions Printing . . .
man smb.conf says: The print command is simply a text string. It will be used verbatim after macro substitutions have been made: But then it says: With printing = cups, and if SAMBA is compiled against libcups, any manually set print command will be ignored. How can I use those macro substitutions to log printed pages ? I used the following in the printer share: root preexec = echo
2010 Apr 23
1
regsubst questions
I am attempting to set some variables in my manifest and I amd seeing a result I don''t quite understand. Here is a section of code from my manifest: $boot_time = generate(''/usr/bin/env'', ''/bin/date'', ''+%H:%m'') notice("boot_time => $boot_time") $boot_hour =
2001 Feb 24
1
Oxford English Dictionary on CD
Has anybody learned how to make the Oxford English Dictionary cd run under wine? I have the Oxford English Dictionary, a wonderful reference work, on CD. It runs under Windows 95 or 98. The OED program has a license control program that requires you to insert the CD in order to access the data, under Windows. The CD has some kind of secret key that has to be found before the program will run.
2001 Dec 06
1
WEB Front End for Clients???
I was wondering if there is a web front end for clients. By this I mean, is there something I can install on my apache server( wich is running on the same server ) that will alow my users to go to a page, login, and it drop them into there home directory. I have researched WEBDAV but I don't think it has the functionality that I need. Any help is greatly appreciated Wayne Dozier Network
2001 Dec 12
0
(no subject)
----- Original Message ----- From: <wdozierlist@gborocollege.edu> To: <samba@samba.org> Sent: Wednesday, December 12, 2001 7:33 PM Subject: (no subject) > I wanted to get a little feedback on a product for > Administrating a Linux Server that I am running Samba, > Apache, and NCFTP. The Product is Webadmin. I have it you mean webmin? > installed currently and was