similar to: Combining the values of two variables into one

Displaying 20 results from an estimated 400 matches similar to: "Combining the values of two variables into one"

2010 Oct 28
2
Determining a basal correct count
Here's another interesting problem: if you recall I have a data frame (LCvars1) that consists of about 1500 cases (rows) of data from kids who took a test of listening comprehension. The columns are their scores (1 = correct, 0 = incorrect, . = missing) on 140 test items. The items are numbered sequentially and are ordered by increasing difficulty as you go from left to right across the
2010 Oct 22
3
Conditional looping over a set of variables in R
Here's the problem I'm trying to solve in R: I have a data frame that consists of about 1500 cases (rows) of data from kids who took a test of listening comprehension. The columns are their scores (1 = correct, 0 = incorrect, . = missing) on 140 test items. The items are numbered sequentially and are ordered by increasing difficulty as you go from left to right across the columns. I want
2006 Jul 06
0
[LLVMdev] A job advertisement for LLVM developers
AutoESL is a high-tech startup company providing innovative platform-based communication-centric SystemC/C-to-RTL synthesis technologies (see more in the "About Us" section). Currently AutoESL has several engineering positions open in its headquarter in Los Angeles, California and its R&D center in Beijing, China. Please e-mail your resume to recruiting at autoesl.com for immediate
2009 Feb 05
4
eval and as.name
I'm sure there is a more general way to ask this question but how do you use the elements of a character vector as names of objects in an expression? For example, say you have: a = c(1,3,5,7) b = c(2,4,6,8) n=c("a","b") and you want to use the names a and b in a function (e.g. sum) sum(eval(as.name(n[1])),eval(as.name(n[2]))) works but what is a simpler way to
2007 Apr 30
3
Read every second line from ASCII file
Dear all, I have an ASCII file where records are separated by a blank. I would like to read those data; however, only the data in rows 1, 3, 5, 7, ... are important; the other lines (2,4,6,8,....) contain no useful information for me. So far I used awk/gawk to do it: gawk '{if ((FNR % 2) != 0) {print $0}}' infile.txt > outfile.txt What is the recommended way to accomplish this in R?
2006 Apr 25
1
Splitting Zap channels into trunks?
On a TDM2400 with 3 FXO modules, is there a way to split each line into basically being its own trunk or another way to pull off the following scenerio: PBX has 12 inbound PSTN lines 1,3,5,7 are the 714 phone number hunt group 2,4,6,8 are the 888 phone number hunt group 9-12 are fax lines Customer wants outbound calls to go out in the following order: 8,7,6,5,4,3,2,1,12,10,11,9 Kerry
2010 Nov 02
1
Display of NAs in character columns of a data frame under fix() or edit().
Example: xxx <- data.frame(x=1:26,y=letters) xxx$x[c(2,4,6,8)] <- NA xxx$y[c(1,3,5,7)] <- NA yyy <- edit(yyy) The missing values in xxx$y appear as blanks in the spreadsheet window that appears, whereas the missing values in the numeric column "x" appear as "NA" (as I would expect). Is this a bug or a feature? cheers, Rolf Turner P.S. >
2017 Jun 12
2
'winbind use default domain' doesn't appear to work with ntlm_auth
Hi everyone, We just upgraded Samba from 4.4.5 to 4.6.5 and appear to be experiencing a problem with authentication, when the RPC domain is not supplied as part of the username. I have two scenarios where this has cropped up: RADIUS authentication using ntlm_auth Apache HTTP using mod_auth_ntlm_winbind RADIUS authentication: We use the freeRADIUS 'mschap' module to provide
2003 Dec 19
3
Offensive Email - :: Our new site ::
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2003 Dec 19
3
Offensive Email - So sweet ...
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2003 Aug 29
3
Restricting concurrent SIP calls
Is it possible to restrict the number of concurrent calls made to a SIP peer? Or maybe the number of concurrent calls made to a particular extension. This way I can avoid asterisk trying to make more voice calls to my remote SIP gateway then I have bandwidth to handle. /davidh
2004 Jan 13
1
Offensive Email - Good young girls want to play pranks!
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2004 Jan 13
1
Offensive Email - So young ...
This message has not been delivered to your intended recipient(s) as it is in quarantine at Air New Zealand. Automated Scanning tools have detected content in this message that appears not to conform to the airline's E-mail usage policy. Sometimes these tools detect in error so if this is a valid business email please forward this "reject" message to your original recipient who
2013 Apr 12
2
model frame and formula mismatch in model.matrix()
Hello everyone, I am trying to fit the following model All X. variables are continuous, while the conditions are categoricals. model <- lm(X2
2007 Aug 13
1
Booting Physical CD with PXELINUX
Is there a way to start or trigger the el-torito process from PXELinux? On my network, veeeeery occasionally I have the need to start the contents of a boot cd or usb stick from pxelinux, is there a device node (like grub has) that I can call to create a label like LABEL StartCD Menu LABEL Boot from the CD Drive
2007 Jun 27
2
LSPCI comboot module
Is there an LSPCI comboot module that someone has written? Or a linux style boot disk that has: a KERNEL b LSPCI c very small size d quick boot time I am currently having to get through a 5 - 7 minute boot cycle with a fedora setup just to get the lspci output. Heeeeeeeeeeeeeeelp Authenticlick, Inc. 5757
2007 Oct 08
0
OT: Help to do something basic
I need help in assembling a pretty basic collection of things. I'm trying to put together a basic filesystem and kernel for network booting, here's what I basically need Kernel 2.6.22 Busybox Networking (dhcp, nfs client) Fsck Lynx Reiserfstools Dosfstools Vim and nano ( emacs is preferred ) And svgalib And .... A custom dir layout. All of this needs to be
2009 Jun 24
2
change the height or scale of the y axis
Hallo, All, I have a question about changing the height or scale of the y axis. When I use following two R codes, I can get two plots. Please look at the y axes, the number of indices (x1, x2, ?) on the y axis in the first plot is smaller than that in the second plot, and hence the space between any two indices in the first plot is wider than that in the second plot. As the number of indices
2006 Feb 23
0
RAA for rails
Hi All or DavidH, is there a repository for all rails apps? something like ruby''s RAA.. thanks and kind regards -botp
1999 Oct 18
2
core dump
Here is a nasty one: (0.65.1 on linux) > plot(c(1,2,3,4),c(2,4,6,8),log="Y") Segmentation fault (core dumped) [ml at athome ml]$ Seems the bug is in errorcall(). yes, I know the syntax is wrong, but it is an easy mistake to make and it is inconvenient to lose the work space at times. Michael ---------------------------------- E-Mail: Michael Lapsley <mlapsley at