search for: bed

Displaying 20 results from an estimated 679 matches for "bed".

2010 Feb 05
2
sum a particular column by group
...S M 60--64 1:10 3 5 5 W F 55--59 12:30 1 6 6 W M 60--64 8:00 2 I got a bootstrap sample using the following code: > r<-sample(eds[,1],replace=TRUE) > r [1] 2 4 3 2 6 4 > beds<-eds[r,] > beds R.ID Region Gender Agegr Time nvisits 2 2 O F 55--59 1:20 1 4 4 S M 60--64 1:10 3 3 3 O F 55--59 3:45 3 2.1 2 O F 55--59...
2006 Apr 29
2
How many asterisk process's are "normal"?
Hello all, I have two test beds running the exact same version of asterisk 1.2.7.1, latest of zaptel, libpri, etc.. Test bed #1 (Solaris 9,sparc ultra 5): This one is closer to a "production" machine, in that it is connected to a sip provider thru an iax2 connection and have an incoming DID configured. I can send an...
2008 Jul 25
1
Plink bed files
Hi All, does anyone know how to import binary .bed files generated by Plink (http://pngu.mgh.harvard.edu/~purcell/plink/ ) into R? the Plink FAQ explains how to conver other types of files, not the .bed. Cheers, Federico -- Federico C. F. Calboli Department of Epidemiology and Public Health Imperial College, St. Mary's Campus Norfolk Pla...
2009 Jul 25
1
FW: Qury Related With R
...So can you please tell me how I can load my property file in R session so that my application can find that property file? Attached is my property file for sample. 2. Is there any directory structure required for java application in R format? Thanks & Regards, Bed Singh From: ericdoviak at gmail.com [mailto:ericdoviak at gmail.com] On Behalf Of Eric Doviak Sent: Friday, July 24, 2009 8:42 PM To: bed.singh at oracle.com Subject: Re: Qury Related With R Hi Bed, I'm sorry. I simply don't know. Your best bet would be to ask on R-help: r-help a...
2008 May 28
2
Unexpected behaviour in reading genomic coordinate files of R-2.7.0
...he solution I already found, just to be sure it is an expected behaviour and also to tell people, who may experience the same difficulty, a way to overcome it. And also to see if it is a proper behaviour or maybe a correction is needed. Here is the problem: I have some genomic coordinates files (bed files, a standard format, for example) containing a column (Strand) in which there is either a "+" or a "-". In R-2.6.2patched (and every past version I have used) I never had problems in reading them in, as for example: > a <- read.table("coords.bed", skip=1...
2009 Apr 01
1
Noobie ANOVA intercept question
...02 text) Q2: Just noticed that in pasting I lose mono-spaced formatting. Is it possible to post to the list such that format is maintained? Thanks in advance! Relevant output: > anova(mod1) Analysis of Variance Table Response: SQBLOOMS Df Sum Sq Mean Sq F value Pr(>F) BED 2 4.1323 2.0661 9.4570 0.0007277 *** WATER 2 3.7153 1.8577 8.5029 0.0013016 ** SHADE 3 1.6465 0.5488 2.5120 0.0789451 . Residuals 28 6.1173 0.2185 --- Signif. codes: 0 ?***? 0.001 ?**? 0.01 ?*? 0.05 ?.? 0.1 ? ? 1 > summary(mod1) Call: lm(formul...
2006 Mar 20
16
logic inside a view file
I am quite certain I have heard it said not to put business logic inside view code but I have a report that I want to display 3 different possibilities of text based upon the value of a column. Would I just take the same type of if/then logic that I would use in a controller and put it inside erb <%= %> stuff? Craig
2012 Dec 27
14
Is it possible to do a dual-boot?
Dear all, Actually, I want to create my own test-bed based on xen hypervisor with centos prefered. However, all I have is one desktop (with a good hardware performance). So it possible to have a dual-boot (a linux for daily use and the other for the test-bed) ? Regards -- Jihed M’SELMI http://about.me/jihed.mselmi _______________________________...
2018 Oct 16
2
invisible functions
...influence", "ranks", "timewt", "timefix") ??? cfun <- Call[c(1, match(cargs, names(Call), nomatch=0))] ??? cfun[[1]] <- quote(cord.work) ??? cfun$reverse <- TRUE ??? rval <- eval(cfun, parent.frame()) This worked fine in my not-in-a-namespace test bed, but then fails when packaged up for real: the code can't find the helper function cord.work!? The rule that survival package functions can "see" their undeclared helpers fails. I got it working by changing parent.frame() to environment(concordance) in the eval() call.?? Since eve...
2007 Feb 04
2
Per activerecord object callbacks (aka: should I have gone to bed hours ago?)
First of all, I should have gone to bed a long time, so please be forgiving with regards to what will follow :) So I''ve been working all day on a rails project that needs to go out soon, and I thought I would try to refactor a has_many relationship to a has_and_belongs_to_many relationship (using has_many :through). However, I...
2013 Jun 01
1
Hello Mailing List, I really need some help/advice.
Please bear with me as this is my first time actually using a mailing list. I've set up a CentOS 6.4 machine as a samba4 Primary Domain Controller, and successfully joined a windows 8 client machine to the domain. My question is as follows: when I add the computer "BED-DESK-01" to the domain "MYDOMAIN.LOCAL" shouldn't an A record be created for "BED-DESK-01.MYDOMAIN.LOCAL" so that while logged into SERVER.MYDOMAIN.LOCAL I can "ping bed-desk-01.mtolympus.local" etc? This seems to be the only part of AD that is not functionin...
2007 Jun 11
4
CentOS 3.9
...till, on RHN there are no RHEL3 U9 ISO images released yet. As usual, CentOS will make available CentOS 3.9 when it is deemed ready. So there is no need to ask when it is going to be released :) Kind regards, -- dag wieers, dag at wieers.com, http://dag.wieers.com/ -- [all I want is a warm bed and a kind word and unlimited power]
2018 Oct 17
1
invisible functions
> 2. change cfun[[1]] <- quote(cord.work) to cfun[[1]] <- > quote(survival:::cord.work). You say this will mess up your test bed. > That suggests that your test bed is broken. This is a perfectly legal > and valid solution. Valid in a package, but forces code to call a loaded library version of a function rather than (say) a 'source'd user-space version that is under development. Being non-specific (ie omitti...
2017 Dec 01
0
R-help: ActivPALProcessing
...or and a return at the end of the last (only) data row. Then resave as csv. Then the error go away. See: read.csv("log.subjects.csv") read.table("log.subjects.csv") read.csv("SB_KT_1.csv") process.AP(directory,name.of.log.subjects="log.subjects",name.of.log.bed=log.bed,name.of.log.on.off=log.on.off) #no errors Output in R Console: > process.AP(directory,name.of.log.subjects="log.subjects",name.of.log.bed=log.bed,name.of.log.on.off=log.on.off) [1] 1 [1] "1" [1] "SB"
2008 Jun 09
2
converting a data set to a format for time series analysis
I currently have a data set describing human subjects enrolled into an international clinical trial, the name of the hospital enrolling this human subject, the date when the subject was enrolled, and a vector with variables representing characteristics of the site (e.g., number of beds in a hospital). my data sets looks like this: subject hospital date_enrollment hospital_beds 1 hospitalA 1/3/2002 300 2 hospitalA 1/6/2002 300 3 hospitalB 2/4/2002 150 4 hospitalC 3/2/2002 200 to perform a time series analysis I am now trying to get to a format that would give me the following...
2018 Oct 16
0
invisible functions
..., "timewt", "timefix") > ??? cfun <- Call[c(1, match(cargs, names(Call), nomatch=0))] > ??? cfun[[1]] <- quote(cord.work) > ??? cfun$reverse <- TRUE > ??? rval <- eval(cfun, parent.frame()) > > This worked fine in my not-in-a-namespace test bed, but then fails when packaged up for > real: the code can't find the helper function cord.work!? The rule that survival package > functions can "see" their undeclared helpers fails. The reason that fails is as follows: cfun, despite its name, is not a function. It's an un...
2017 Oct 12
2
[PATCH v1 15/27] compiler: Option to default to hidden symbols
...hould be easy to get it added for testing. Also, even though most changes are x86 based there are some generic changes and I'd love a warm fuzzy this won't break odd / random builds. Although 0-day does cover a lot of test cases, it only has limited run time tests. There are some other test beds which also cover some more obscure architectures. Having a test pass on Guenter's test bed would be nice to see. For that please coordinate with Guenter if he's willing to run this a test for you. Luis
2017 Oct 12
2
[PATCH v1 15/27] compiler: Option to default to hidden symbols
...hould be easy to get it added for testing. Also, even though most changes are x86 based there are some generic changes and I'd love a warm fuzzy this won't break odd / random builds. Although 0-day does cover a lot of test cases, it only has limited run time tests. There are some other test beds which also cover some more obscure architectures. Having a test pass on Guenter's test bed would be nice to see. For that please coordinate with Guenter if he's willing to run this a test for you. Luis
2011 May 30
1
Need help reading website info with XML package and XPath
...e where I manually change the address by modifying the url (see code below). With the url containing the address, I'd like to be able to extract the same information each time. The specific information I'd like to be able to extract includes the homedetails url, price (zestimate), number of beds, number of baths, and the Sqft. All this information is shown in a bubble on the webpage. I use the code below to try and do this but it's not working. I know the infomation I'm interested in is there because if I print out "doc", I see it all in one area. I've attached the...
2007 Feb 07
1
FOSDEM: Lodging and presentations
Hi all, Since it looks like I''ll be attending FOSDEM, I now need to find some lodging, and if possible I''d like to line up a presentation or four. Someone in the community offered to let me crash with them if I came to the conference (someone with the nick of ''robk'' on IRC, I think), so I''d like to take that person up on it if possible.