search for: 27710

Displaying 20 results from an estimated 20 matches for "27710".

Did you mean: 2770
2012 May 22
3
How to remove square brackets, etc. from address strings?
...brackets along with their content - plus the space directly behind it - from address strings such as this: [Swidsinski, Alexander; Loening-Baucke, Vera; Lochs, Herbert] Charite Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; [Hale, Laura P.] Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA I'd like get the following result: Charite Humboldt Univ, Innere Klin, D-10098 Berlin, Germany; Duke Univ, Med Ctr, Dept Pathol, Durham, NC 27710 USA I tried address = gsub("(.*)[(.*)]", "\\2", address) But this deletes everything from the first openin...
2023 Oct 15
2
Create new data frame with conditional sums
...pply() is also a loop (at the interpreted level). As is lapply(), etc. -- Bert On Sun, Oct 15, 2023 at 2:34?AM Jason Stout, M.D. <jason.stout at duke.edu> wrote: > > That's very helpful and instructive, thank you! > > Jason Stout, MD, MHS > Box 102359-DUMC > Durham, NC 27710 > FAX 919-681-7494 > ________________________________ > From: John Fox <jfox at mcmaster.ca> > Sent: Saturday, October 14, 2023 10:13 AM > To: Jason Stout, M.D. <jason.stout at duke.edu> > Cc: r-help at r-project.org <r-help at r-project.org> > Subject: Re: [R...
2023 Oct 14
1
Create new data frame with conditional sums
That's very helpful and instructive, thank you! Jason Stout, MD, MHS Box 102359-DUMC Durham, NC 27710 FAX 919-681-7494 ________________________________ From: John Fox <jfox at mcmaster.ca> Sent: Saturday, October 14, 2023 10:13 AM To: Jason Stout, M.D. <jason.stout at duke.edu> Cc: r-help at r-project.org <r-help at r-project.org> Subject: Re: [R] Create new data frame with condit...
2013 Apr 25
1
Assigning a variable value based on multiple columns
...0 NA 0 10 3 NA 1 0 0 10 4 0 NA 0 1 5 5 1 1 1 0 5 Thanks for any suggestions. Jason Stout, MD, MHS Box 102359-DUMC Durham, NC 27710 FAX 919-681-7494 [[alternative HTML version deleted]]
2003 Sep 07
4
data manipulation
...counter, and so on. Notice that the first ID has two encounters during the index date, making it more difficult to define a single row with the index encounter. Any help would be appreciated, Ricardo Ricardo Pietrobon, MD Assistant Professor of Surgery Duke University Medical Center Durham, NC 27710 US
2023 Oct 13
1
Create new data frame with conditional sums
...=list(NULL,c("Cutoff","Pop")))) for (i in seq(0,0.15,by=0.01)) { temp<-sum(dummydata[dummydata$Pct>=i,"Totpop"]) dfrm[nrow(dfrm)+1,]<-c(i,temp) } Jason Stout, MD, MHS Division of Infectious Diseases Dept of Medicine Duke University Box 102359-DUMC Durham, NC 27710 FAX 919-681-7494 [[alternative HTML version deleted]]
2023 Oct 14
2
Create new data frame with conditional sums
...t; for (i in seq(0,0.15,by=0.01)) { > temp<-sum(dummydata[dummydata$Pct>=i,"Totpop"]) > dfrm[nrow(dfrm)+1,]<-c(i,temp) > } > > Jason Stout, MD, MHS > Division of Infectious Diseases > Dept of Medicine > Duke University > Box 102359-DUMC > Durham, NC 27710 > FAX 919-681-7494 > > > [[alternative HTML version deleted]] > > ______________________________________________ > R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see > https://stat.ethz.ch/mailman/listinfo/r-help > PLEASE do read the posting guid...
2002 Oct 23
1
R-1.6.0 compiled on 64-bit AIX- memory problem?
...he AIX problem be solved by compiling R-1.6.0 under 32-bit? Thanks! Simon ================================================================ Simon Lin, M.D. Ph: (919) 681-9646 FAX: (919) 681-8028 Lin00025 (at) mc.duke.edu Box 3958, Duke University Medical Center Durham, NC 27710 ================================================================ -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info", "help", or "[un]subscribe" (in t...
2009 Feb 14
1
Mann Whitney test
Hi, I have a statistical question. To apply the Mann Whitney test to compare a pair of vectors, they must to have the same length ? Thanks, Rodrigo [[alternative HTML version deleted]]
2002 Feb 17
1
how to allocate more memory
...help(memory.size) ###################### Any quick fix explained in plain English? I am using a PC with384M RAM and 1.5 GB virtual memory. Thanks! Simon ================================================= Simon Lin, M.D. Box 3958, Duke University Medical Center Durham, NC 27710 Ph: (919) 681-9646 FAX: (919) 681-8028 lin00025 at mc.duke.edu ====================================== -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info...
2009 Feb 14
2
superscript
Dear R-users. I'm struggeling to fix the superscript of a label of a figure axis. For some reason R doesn't recognize the "hat" symbol. plot(1,1,xlab="ligth intensity (PAR)",ylab=expression("mass Pteridium rhizomes" (gr/0.25m^2))) A very similiar scriptline does not give any problem at all: plot(1,1,xlab=expression("balsa plot basal
2018 May 02
0
Asterisk 13.21.0 Now Available
...(Reported by Alexander Traud) * ASTERISK-27712 - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) * ASTERISK-27711 - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) * ASTERISK-27710 - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) * ASTERISK-27709 - [patch] BuildSystem: Avoid == for comparison in ./configure. (Reported by Alexander Traud) * ASTERISK-27610 - app_amd.so returning TOOLONG before reaching...
2009 Feb 13
2
I want axes that cross
Hello, everybody. A student asked me a howto question I can't answer. We want the length of the drawn axes to fill the full width and height of the plot, like so: | | * | * | * ---|----------------- However, when we use plot with axes=F and then use the axis commands to add the axes, they do not cross over each other. We get | * |
2018 May 02
0
Asterisk 15.4.0 Now Available
...(Reported by Alexander Traud) * ASTERISK-27712 - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) * ASTERISK-27711 - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) * ASTERISK-27710 - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) * ASTERISK-27709 - [patch] BuildSystem: Avoid == for comparison in ./configure. (Reported by Alexander Traud) * ASTERISK-27610 - app_amd.so returning TOOLONG before reaching...
2017 Feb 15
3
[PATCH v3 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
v2->v3: - Provide an optimized __raw_callee_save___kvm_vcpu_is_preempted() in assembly as suggested by PeterZ. - Add a new patch to change vcpu_is_preempted() argument type to long to ease the writing of the assembly code. v1->v2: - Rerun the fio test on a different system on both bare-metal and a KVM guest. Both sockets were utilized in this test. - The commit log was
2017 Feb 15
3
[PATCH v3 0/2] x86/kvm: Reduce vcpu_is_preempted() overhead
v2->v3: - Provide an optimized __raw_callee_save___kvm_vcpu_is_preempted() in assembly as suggested by PeterZ. - Add a new patch to change vcpu_is_preempted() argument type to long to ease the writing of the assembly code. v1->v2: - Rerun the fio test on a different system on both bare-metal and a KVM guest. Both sockets were utilized in this test. - The commit log was
2018 Jun 05
0
Certified Asterisk 13.21-cert1 Now Available
...(Reported by Alexander Traud) * ASTERISK-27712 - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) * ASTERISK-27711 - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) * ASTERISK-27710 - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) * ASTERISK-27709 - [patch] BuildSystem: Avoid == for comparison in ./configure. (Reported by Alexander Traud) * ASTERISK-27610 - app_amd.so returning TOOLONG before reaching...
2018 Oct 09
2
Asterisk 16.0.0 Now Available
...(Reported by Alexander Traud) * ASTERISK-27712 - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) * ASTERISK-27711 - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) * ASTERISK-27710 - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) * ASTERISK-27709 - [patch] BuildSystem: Avoid == for comparison in ./configure. (Reported by Alexander Traud) * ASTERISK-27610 - app_amd.so returning TOOLONG before reaching...
2018 Oct 09
0
Asterisk 16.0.0 Now Available
...(Reported by Alexander Traud) * ASTERISK-27712 - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) * ASTERISK-27711 - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) * ASTERISK-27710 - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) * ASTERISK-27709 - [patch] BuildSystem: Avoid == for comparison in ./configure. (Reported by Alexander Traud) * ASTERISK-27610 - app_amd.so returning TOOLONG before reaching...
2019 Dec 24
0
Certified Asterisk 16.3-cert1 Now Available
...;] - [patch] BuildSystem: Detect whether uselocale(.) is available. (Reported by Alexander Traud) - [ASTERISK-27711 <https://issues.asterisk.org/jira/browse/ASTERISK-27711>] - [patch] BuildSystem: Avoid re-defining of pthread_* on NetBSD. (Reported by Alexander Traud) - [ASTERISK-27710 <https://issues.asterisk.org/jira/browse/ASTERISK-27710>] - [patch] BuildSystem: Install init scripts on openSUSE Tumbleweed. (Reported by Alexander Traud) - [ASTERISK-27709 <https://issues.asterisk.org/jira/browse/ASTERISK-27709>] - [patch] BuildSystem: Avoid == for compari...