search for: 259

Displaying 20 results from an estimated 1058 matches for "259".

Did you mean: 256
2013 Sep 10
1
merge two lists by column
...one per variable. Thus, stack the data for variable A in a single column and the same for variable B. I have tried to first merge in a data.frame but that just add generates four columns. If any one could help I appreciate. Thanks in advance. [[1]] A B 5 257 259 10 257 259 10.1 257 259 4 257 259 9 257 259 2 257 259 8 257 259 1 257 259 8.1 257 259 8.2 257 259 7 255 257 [[2]] A B 11 258...
2006 Mar 08
2
Survival Plots by Strata
...apc.coxfit1<-coxph(Surv(Entry, Exit, Fate)~Sex + Agerelease + Dayrelease + strata(Year), data=mydat) coxfit.apc<-survfit(apc.coxfit1) coxfit.apc plot(survfit(apc.coxfit1), conf.int=F, log=T, lty=c(1:2), col=c(1:2), xlim=c(205, 800)) #not run--first entry for this example is day 205 for 1996, 259 for 1997 >mydat ID Year Dayrelease Agerelease Survivorship Entry Exit Fate Sex 16240 1996 205 95 164 205 369 1 0 16319 1996 205 88 140 205 345 1 0 16378 1996 248 108 100 248 348 1 0 20383 1996 241 98 204 241 445 1 0 16324 1996 219 90 227 219 446 1 0 16327 1996 219 90 497 219 716 1 0 20373 1996...
2010 Jan 25
1
summing a large, partitioned data frame
...s of a large data frame. Here is an example of the kind of data frames I'm dealing with: > refls H K L M/ISYM BATCH I SIGI 43247 1 0 5 21 79 61.44117 2.20553 1040 1 0 5 257 6 15.16316 0.54431 2324 1 0 5 257 5 46.76152 1.67858 31515 1 0 5 259 60 57.97305 2.08104 35158 1 0 5 259 61 3.15614 0.11329 51575 1 0 6 259 88 380.04477 8.08878 51846 1 0 6 259 89 624.90802 13.30038 28946 1 1 4 1 42 2517.79492 55.37144 23199 1 1 4 5 31 2525.67407 55.54472 23198 1 1 4 21 39 2519.44653 55.40777 ......
1999 Oct 13
1
dataframe transposition
...shows the structure to be quite different compared to building it by hand. What is going on? And how am I supposed to do this. (And no, I didn't expect that the output of plot() would be sensible!) Thanks again, Michael > wk authorisor count(*) 1 JMC 4 2 LCA 259 3 MCM 136 4 MDH 266 5 ML 27 6 SA 1 > >page(wk) structure(list(authorisor = c("JMC", "LCA", "MCM", "MDH", "ML", "SA"), "count(*)" = c("4", "259", &qu...
2016 Apr 12
0
CentOS 6 and 1.3.3
...DISPATCH_HANDLE: watch=1 events=1 2016-04-12 19:40:57.142+0000: 14929: info : virEventPollRunOnce:641 : EVENT_POLL_RUN: nhandles=116 timeout=-1 2016-04-12 19:40:57.143+0000: 15223: info : virObjectRef:296 : OBJECT_REF: obj=0x7fb944181bc0 2016-04-12 19:40:57.144+0000: 15223: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7fb944181bc0 2016-04-12 19:40:57.157+0000: 15223: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7fb944253020 2016-04-12 19:40:57.157+0000: 15223: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7fb944309450 2016-04-12 19:40:57.157+0000: 15223: info : virObjectUnref:259 :...
2002 Jun 25
1
[Bug 259] UsePrivilegeSeparation crashed sshd under Linux 2.2
http://bugzilla.mindrot.org/show_bug.cgi?id=259 ------- Additional Comments From Al.Smith at gold.net 2002-06-25 18:09 ------- Linux 2.2 defines MAP_ANON in <bits/mman.h>, however it can seen in /usr/src/linux/mm/mmap.c (lines 200 onwards) that if MAP_ANON is used then the system call will return -EINVAL. The following is a quick ha...
2010 Mar 13
3
format: from list to data frame
Dear users, Is anyone out there on a Saturday to answer this easy question? I have the "yo" object data in a "list" format: > str(yo) num [1:259, 1:173] 16.3 NA NA NA NA ... - attr(*, "dimnames")=List of 2 ..$ x: chr [1:259] "367319" "367329" "367309" "367339" ... ..$ y: chr [1:173] "780175" "780185" "780195" "780205" ... > length(yo) [1] 44807...
2002 May 28
0
[Bug 259] New: UsePrivilegeSeparation crashed sshd under Linux 2.2
http://bugzilla.mindrot.org/show_bug.cgi?id=259 Summary: UsePrivilegeSeparation crashed sshd under Linux 2.2 Product: Portable OpenSSH Version: -current Platform: ix86 OS/Version: Linux Status: NEW Severity: major Priority: P2 Component: sshd Ass...
2015 Apr 21
2
Re: QemuDomainObjEndJob called when libvirtd is started and libvirt insists qemu is using the wrong disk source.
...eadHeader:2714 : read of storage header 0x7fb8cc0d75f0: ret=-1 2015-04-20 23:50:20.387+0000: 25373: debug : virStorageFileBackendFileDeinit:1369 : deinitializing FS storage file 0x7fb8cc0d75f0 (block:/dev/sr0) 2015-04-20 23:50:20.387+0000: 25373: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7fb8cc0155b0 2015-04-20 23:50:20.387+0000: 25373: debug : qemuDomainObjEndJob:1542 : Stopping job: modify (async=none vm=0x7fb8cc0d8510 name=test) 2015-04-20 23:50:20.387+0000: 25373: info : virObjectRef:296 : OBJECT_...
1999 Aug 28
1
R without X11? (PR#259)
I am attempting to compile R-0.64.2 under Caldera OpenLinux 2.2. I have KDE installed but not gnome. When I ran configure, it correctly indicated that gnome is not installed. However when I then ran make, I received errors complaining that the include file X11/X.h and similar are not found. Is X11 required for R? If not, how can a work around this? I have attached the output of the
2013 Mar 26
2
Problem with nested for-loop
Hello, I'm working on a problem using nested for-loops and I don't know if it's a problem with the order of the loops or something within the loop so any help with the problem would be appreciated. To briefly set up the problem. I have 259 trees (from 11 different species, of unequal count for each species) of which I am trying to predict biomass. For each tree species I have 10000 iterations for the regression coefficients, which were estimated previously in WinBUGS, and what I'm trying to do is for each tree I want to predict...
2008 Dec 03
1
how to handle irregularly spaced data as timeseries
...15 106 11.3 -2.1 726.60 5.6 5 15-May-2000 2000 5 15 136 18.9 3.3 767.50 8.3 6 15-Jun-2000 2000 6 15 167 23.8 8.3 783.51 10.3 7 15-Jul-2000 2000 7 15 197 26.9 12.1 827.87 9.9 8 15-Aug-2000 2000 8 15 228 25.3 11.2 775.03 10.1 9 15-Sep-2000 2000 9 15 259 19.7 6.7 649.83 9.2 10 15-Oct-2000 2000 10 15 289 13.3 1.1 500.14 6.2 11 15-Nov-2000 2000 11 15 320 3.1 -6.3 349.14 4.4 12 15-Dec-2000 2000 12 15 350 -4.8 -15.4 293.07 2.9 13 15-Jan-2020 2020 1 15 16 -7.4 -19.6 334.99 2.5 14 15-Feb-2020 2020 2 15 46 -3.1...
2015 Oct 02
0
virsh with OSX and virtualbox
...ch 1 2015-10-02 08:52:11.878+0000: 18446744073709551615: debug : virNetMessageFree:74 : msg=0x7f9cda500150 nfds=0 cb=0x0 2015-10-02 08:52:11.878+0000: 18446744073709551615: debug : virEventPollDispatchHandles:479 : Dispatch 1 2015-10-02 08:52:11.878+0000: 18446744073709551615: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7f9cda600ed0 2015-10-02 08:52:11.878+0000: 18446744073709551615: debug : virEventPollDispatchHandles:493 : i=0 w=1 2015-10-02 08:52:11.878+0000: 18446744073709551615: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7f9cda600e00 2015-10-02 08:52:11.878+0000: 1844674407370955161...
2006 Aug 04
11
[Bug 497] ipt_string doesn't ork for me
https://bugzilla.netfilter.org/bugzilla/show_bug.cgi?id=497 ------- Additional Comments From netfilter@linuxace.com 2006-08-04 04:37 MET ------- Created an attachment (id=259) --> (https://bugzilla.netfilter.org/bugzilla/attachment.cgi?id=259&action=view) proposed patch -- Configure bugmail: https://bugzilla.netfilter.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the...
2015 Apr 21
0
Re: QemuDomainObjEndJob called when libvirtd is started and libvirt insists qemu is using the wrong disk source.
...storage header 0x7fb8cc0d75f0: > ret=-1 > 2015-04-20 23:50:20.387+0000: 25373: debug : > virStorageFileBackendFileDeinit:1369 : deinitializing FS storage file > 0x7fb8cc0d75f0 (block:/dev/sr0) > 2015-04-20 23:50:20.387+0000: 25373: info : virObjectUnref:259 : > OBJECT_UNREF: > obj=0x7fb8cc0155b0 > 2015-04-20 23:50:20.387+0000: 25373: debug : qemuDomainObjEndJob:1542 : > Stopping job: modify (async=none vm=0x7fb8cc0d8510 name=test) > 2015-04-20 23:50:20.387+0000: 25373: info : v...
2015 Jul 25
0
extent alloc gd abnormally cleared
Hi All, We have encountered a case that extent alloc gd has been abnormally cleared. In our environment, the volume has been formatted with 128 slots but actually has 64 slots in use. Since extent alloc is allocated when formatting, and extent_alloc:0107 (inode 259) hasn't been use in our environment, I have no idea how it can happen. Does any one have an idea? The fsck log is attached below: fsck.ocfs2 1.6.4 Checking OCFS2 filesystem in /dev/disk/by-id/scsi-360022a11000b17590551993300000001: Label: <NONE> UUID: 908A3...
2009 Jul 02
1
From xtabs to matrix
Hi list, is it possible convert the xtabs result xtabs(breaks~tension+wool,data=warpbreaks) wool tension A B L 401 254 M 216 259 H 221 169 to a simple matrix or data frame? A B L 401 254 M 216 259 H 221 169 Thanks a lot! Gianandrea -- View this message in context: http://www.nabble.com/From-xtabs-to-matrix-tp24304588p24304588.html Sent from the R help mailing list archive at Nabble.co...
2006 Apr 28
2
caching of sip account
Hi, during tests, I configured different SIP accounts on the same phone. Now I see this 'sip show peers output': Name/username Host Dyn Nat ACL Port Status 259/259 10.97.1.19 D 5060 OK (8 ms) 232/232 10.97.1.19 D 5060 OK (7 ms) where both extensions are registered and have the same IP. But now I have only one extension configured on the phone! How can I remove/reset previous registration? -- Domenico Viggian...
2012 May 03
1
[PATCH] Btrfs: fix crash in scrub repair code when device is missing
Fix that when scrub tries to repair an I/O or checksum error and one of the devices containing the mirror is missing, it crashes in bio_add_page because the bdev is a NULL pointer for missing devices. Reported-by: Marco L. Crociani <marco.crociani@gmail.com> Signed-off-by: Stefan Behrens <sbehrens@giantdisaster.de> --- fs/btrfs/scrub.c | 7 +++++++ 1 file changed, 7 insertions(+)
2018 Nov 15
1
libvirt call qemu to create vm need more than 10 seconds
...call=0x7f822c00acc0 rv=0 Line 58712: 2018-11-13 14:22:30.130+0000: 95225: debug : virNetMessageFree:87 : msg=0x7f822c00a900 nfds=1 cb=(nil) Line 58713: 2018-11-13 14:22:30.130+0000: 95225: debug : virFileClose:110 : Closed fd 23 Line 58714: 2018-11-13 14:22:30.130+0000: 95225: info : virObjectUnref:259 : OBJECT_UNREF: obj=0x7f81f80166f0 Line 58715: 2018-11-13 14:22:30.130+0000: 95225: debug : qemuProcessLaunch:5640 : Building emulator command line Line 58716: 2018-11-13 14:22:30.130+0000: 95225: debug : virFileClose:110 : Closed fd 23 Line 58717: 2018-11-13 14:22:30.130+0000: 95225: info : virObj...