search for: cleary

Displaying 20 results from an estimated 41 matches for "cleary".

Did you mean: clear
2010 Oct 19
5
For-loop dummy variables?
Hi everyone, I've got a dataset with 12,000 observations. One of the variables (cleary$D1) is for an individual's country, coded 1 - 15. I'd like to create a dummy variable for the Baltic states which are coded 4,6, and 7. In other words, as a dummy variable Baltic states would be coded 1, else 0. I've attempted the following for loop: dummy <- matrix(NA, nrow=nrow(c...
2011 May 13
3
Adding same items together in data.frame
...below. I want to add up all duplicated items, e.g. the three "aa" add up together to get a single value gene=a, value=74. How can I do that?? Thanks for help ! gene value aa 20 bb 10 cc 9 aa 30 aa 24 dd 100 ee 55 .... ... Millions thanks. Best Regards, hon WONG, Hon-Kit (Stephen) Cleary Lab, Dept of Pathology Stanford University
2011 Mar 23
1
ESXi 4.1 and Cluster Fencing
...nagement IPs of any of the hardware as per security policies. How should I implement fencing. Thanks Greg Machin Systems Administrator - Linux Infrastructure Group, Information Services [cid:image001.gif at 01CBEA14.4DD102E0] Phone +64 4 914 5254 or 0508 650200 ext 5254 | Fax +64 4 913 5759 3 Cleary Street, Waterloo | Private Bag 31914, Lower Hutt 5040 http://www.openpolytechnic.ac.nz [cid:image002.gif at 01CBEA14.4DD102E0]Please consider the environment before printing this email. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.centos.org/pipe...
2009 Oct 02
3
Tabulating using arbitrary numbers of factors
Dear R-help, First of all, thank you VERY much for any help you have time to offer. I greatly appreciate it. I would like to write a function that, given an arbitrary number of factors from a data frame, tabulates the number of occurrences of each unique combination of the factors. Cleary, this works: > table(horse,date,surface) <SNIP> , , surface = TURF date horse 20080404 20080514 20081015 20081025 20081120 20081203 20090319 Bedevil 0 0 0 0 0 0 0 Cut To The Point 22...
2008 Mar 27
1
Extracting single output data into a vector or matrix
...s of the list below. This list has 41 values and is not the end of my computations. I have another computation to do on the list below, but in this final computation the list is supposed to be a vector. I've tried to assign the list below to a data frame and then extract it, but not luck! Cleary, this is because each of the outputs in the list represents an individual data point that is not regarded as part of a matrix. Any help? I desperately need to be able to extract all the output data into a Vector so I can perform the final step of my computation. Thanks in advance. [...
2008 Jan 07
1
Problem with Blackfin assembly optimizations -- bug in fixed_bfin.h?
...the Blackfin assembler optimizations. Without optimizations for blackfin, i.e. calling ./configure --enable-fixed-point --host=bfin-uclinux everything seems to work fine. But when I add the --enable-blackfin-asm flag to the above call, a speech signal which has been passed through the codec is cleary disturbed (for me, it sounds like the long term prediction (voice pitch detection) fails -- the signal sounds like the speaker has a very ugly sore throat). I tried to deactivate each part of the optimizaitions inside the libspeex directory, one after another. Most of the "turn-offs" does...
2008 Feb 01
4
"Real" API for Perl?
Hi, all. I've used the perl/AGI interface, and... well, I found it kind of hokey. Granted, this was in 1.2 days -- perhaps things have changed. Regardless, I guess I have two questions: 1) Has the Perl/AGI "binding" improved since then? 2) Is there any chance of a "real" API for Perl? Thanks much! -Ken -- This message has been scanned for viruses and dangerous
2002 Jan 16
2
Ogg Vorbis Quality Analisis (+ bug) (+ misc)
I have run an ogg analisis using EAQUAL from -q 0 till -q 10 evaluating bitrate and quality. The results are shown in a nice graph, and can be seen here: http://audio.sinderman.com/ One thing I have found is a bug, as it is cleary shown by the blue lines. Other discoveries are written in that page, and others are still evolving in my mind :) The goals of this analisis is to help the developers (if this is help at all for them), an to help people decide which -q is most suitable for them. But I have some more questions: 1...
2004 Apr 21
1
one-way audio and isdn4linux
...all machines (doublechecked). Sip calls between the two x-lite clients work consistently. After I boot the asterisk server I can make one call succesfull to the pstn (two-way voice). Subsequent calls from x-lite to pstn only give me one-way voice; the direction that works is pstn->sip: a call is cleary established, I just cannot understand why voice is lacking sip->pstn or why it works the first time after a reboot. I had a look on the sip-clients and on the server with ethereal, and two-way traffic is happening consistently. Show channels within the CLI saw 'frames in' and 'frame...
2010 Feb 12
1
all possible subsets, with AIC
...R-squared or R-squared nbest Number of subsets of each size to report names vector of names for columns of x df Total degrees of freedom to use instead of nrow(x) in calculating Cp and adjusted R-squared strictly.compatible Implement misfeatures of leaps() in S -- Kate Cleary MS Candidate Department of Fish, Wildlife, and Conservation Biology Colorado State University Fort Collins, CO 970-491-3535 Links: ------ [1] https://webmail.warnercnr.colostate.edu/leaps/help/regsubsets [[alternative HTML version deleted]]
2020 Jul 21
2
Experimental CI tool for R
Based on ideas from the R-core discussion panel at useR2020, I created a little CI tool to make it easier to follow changes in R-devel, and to write/test patches for R. The tool is based on a Github mirror of the SVN, where each new commit triggers a full make-check on 8 different system configurations. The results are published on: https://r-devel.github.io which gives an overview of the most
2020 May 05
2
Urgent - Help needed
I am using pop3/imap, see the below file. We can't verify any logs? This is working fine from last one year. as part of testing we just stopped the services for 20minutes and restarted the dovecot and postfix server using "service <dovecot/postfix> stop/start". No issues so far... I would like know, if the application is reading the emails from the server, do we have any log
2020 Jul 23
0
Experimental CI tool for R
...overned (and where to put documentation). For obvious reasons the Windows one is the only complete one, but given the requests for Homebrew-based package testing (independent of CRAN) it would be useful to publish the artefacts as well so that they could be used by GH action workflows for packages. Cleary we could just fork it, but I guess it would make more sense if this was a coordinated effort. Cheers, Simon > On Jul 21, 2020, at 23:55, Jeroen Ooms <jeroen at berkeley.edu> wrote: > > Based on ideas from the R-core discussion panel at useR2020, I created > a little CI tool to...
2008 Mar 27
0
Extracting output data into a vector or matrix
...s of the list below. This list has 41 values and is not the end of my computations. I have another computation to do on the list below, but in this final computation the list is supposed to be a vector. I've tried to assign the list below to a data frame and then extract it, but not luck! Cleary, this is because each of the outputs in the list represents an individual data point that is not regarded as part of a matrix. Any help? I desperately need to be able to extract all the output data into a Vector so I can perform the final step of my computation. The final step is: fn&lt...
2006 Jun 26
0
Re: What happens if the soekris hardware is defective upon arrival? The Cortex Systems way.
...ses: my money or the money of my company is good, in my account and in the provider's account, so the gear i got should work fine, is a contract for both sides, not only for me. No problem at all, i will send tomorrow (i'm out of office today) the unit back to Cortex Systems and i will put cleary on the box "faulty" with some documents as the technical and sales consultant pointed me. I've got an invoice and a UPS delivery note so no fear at all. Thanks for all. Best regards, Jonathan GF -- si secretum tibi sit, tege illud, vel revela
2007 Jul 12
0
No subject
...ys > > firewall/router (WRT54G) all using the same STUN server/port. > > > > But apparently thats not the case. Is it a Linksys bug, a > > Grandstream bug > > in the BudgeTone-100 phone, or am I off base and just doing something > > wrong? > > > > I cleary have problems as soon as I try to use a second phone behind > > the > > Linksys - registration issues, cant hear voicemail greeting, etc.,. > > > > My next test was to run multiple STUN servers on the same machine with > > different ports. Then, for my multiple SIP p...
2007 Aug 15
0
parallel redundant ups systems and shutdown cmd handling
...is single UPS one sends the command to or if it affects all UPS in this system (in my case 2 UPS). Does anyone happen to know how issuing a "load.off" would behave? - XUPS.mib only brings OutputOn/OffDelay, everything else can be (has to be) handled using the IETF mib. Here it is cleary stated if the action affects a single UPS or the whole system. So it would make sense to limit the action to the ups being called, but on the other hand provide an additional set of instcmds to handle whole ups systems (i.e. load.off.system, shutdown.reboot.system and the like). One mig...
2004 Nov 05
1
Samba + LDAP PDC on Gentoo
...5.8.4/i686-linux/smbldap_tools.pm line 595. ============================================================================ == Another thing that's puzzling me is the lack of PAM/NSS/LDAP intermingling. I can't do a "getent passwd Administrator" and get a positive result. Yet I can cleary see that I have an "Administrator" account with "slapcat": ============================================================================ == dn: uid=Administrator,ou=Users,dc=nei-ky,dc=com cn: Administrator sn: Administrator objectClass: inetOrgPerson objectClass: sambaSamAccount...
2004 Nov 05
1
Samba + LDAP PDC on Gentoo - UPDATE
...595. > ============================================================== > ============== > == > > Another thing that's puzzling me is the lack of PAM/NSS/LDAP > intermingling. I can't do a "getent passwd Administrator" and > get a positive result. Yet I can cleary see that I have an > "Administrator" account with "slapcat": > > ============================================================== > ============== > == > dn: uid=Administrator,ou=Users,dc=nei-ky,dc=com > cn: Administrator > sn: Administrator > objectCl...
2007 Sep 29
0
Why are most audit events apparently non-attributable?
...20 naflags:lo,fd policy:cnt filesz:0 I type audit -s and am immediately flooded with 20 kilobytes worth of audit records about file deletions. What I don't understand is why these file deletions are non-attributable? Surely if I sit there touching and removing files, the events should be very cleary attributed to me? Even more strange is that the events look like this: header,130,10,unlink(2),0,Sat Sep 29 20:48:46 2007, + 957 msec path,/var/tmp/vi.recover/vi.zhcey0 attribute,600,root,wheel,126,24774,98340 subject,-1,root,wheel,root,wheel,78355,0,0,0.0.0.0 return,success,0 trailer,130 To me,...