search for: target3

Displaying 8 results from an estimated 8 matches for "target3".

Did you mean: target
2011 Jun 13
3
combine the data frames into comma separated list.
...common among data frames but may have different entries. Field 2 is different. Data frame 1: Src Target1 1 aaa 1 bbb 1 ccc 2 aaa 3 ddd Data frame 2: Src Target2 2 aaaa 3 dddd 4 bbbb 4 eeee 4 ffff Data frame 3: Src Target3 1 xx 3 yy 5 zz 6 tt 6 uu And so on... I want to convert this into a data frame something similar to: Src Target1 target2 target3 1 aaa,bbb,ccc - xx 2 aaa a...
2005 Sep 26
2
constrOptim (PR#8158)
Full_Name: Haobo Ren Version: 2.1.1 OS: Windows 2000 Submission from: (NULL) (192.11.226.116) When running constrOptim, there is error message Error: subscript out of bounds
2011 Jun 14
1
[Resolved] combine the data frames into comma separated list.
..., Target1 = c('aaa','bbb','ccc','aaa','ddd'))); #must be data frame dataframe2 = data.frame(cbind(Src = c(2,3,4,4,4), Target2 = c('aaaa','dddd','bbbb','eeee','ffff'))); dataframe3 = data.frame(cbind(Src = c(1,3,5,6,6), Target3 = c('xx','yy','zz','tt','uu'))); dataframe4 = data.frame(cbind(Src = c(3,5,'y','z','z'), Target4 = c('xx','yy','zz','tt','uu'))); L <- list(dataframe1, dataframe2, dataframe3, dataframe4) merg...
2012 Dec 09
1
Some coefficients are doubled when I use the step() function
Hello- Such a strange problem, can't figure it out at all. Using binomial glm models, and the step() function, so the call looks like this: sectionmodel = glm(formula = Target3 ~ S1Q12_NUM.1 + S1Q9_NUM.1 + S1Q5_NUM.1 + S1Q7_NUM.1 + S1Q8_NUM.1 + S1Q6_NUM.1 + S1Q10_NUM.1 + S1Q12_BURG.1 + S1Q12_CD.1 + S1Q4.1 + S1Q12_OTHVIOL.1 + S1Q8.1 + S1Q12_GBH.1 + S1Q11.1 + S1Q7.1 + S1Q12_THEFT.1 + S1Q12_DRIV.1 + S1Q5.1 + S1Q9.1 + S1Q12_DRUG.1, family = binomial, data = mo...
2005 Aug 30
3
USB Disk
...sdb: sdb1 Aug 30 15:47:22 porky kernel: Attached scsi disk sdb at scsi3, channel 0, id 0, lun 0 Aug 30 15:47:22 porky kernel: Attached scsi generic sg3 at scsi3, channel 0, id 0, lun 0, type 0 Aug 30 15:47:22 porky scsi.agent[9209]: disk at /devices/pci0000:00/0000:00:0f.2/usb1/1-2/1-2:1.0/host3/target3:0:0/3:0:0:0 Aug 30 15:47:23 porky fstab-sync[9282]: added mount point /media/usbdisk for /dev/sdb1 Problem is when I go to /media/usbdisk there's nothing there. Anyone have any suggestions? Thanks, James
2010 Jun 21
6
Xen 4.0.1 rc3 pre install problem
Guys, I''ve successfully ran dom0/domU (both Debian) in my local laptop using 2.6.32.15 dom0 with xen-4.0.1-rc3-pre. Great. Now I want to install it into couple of test-machines without compiling from source. So I did following.. a. make dist-xen b. make dist-tools PYTHON_PREFIX_ARG="--install-layout=deb" c. make dist-stubdom This
2008 Jul 23
28
[PATCH] ioemu-remote: ACPI S3 state wake up
ioemu-remote: The device model needs to write in the ACPI tables when it wakes up from S3 state. Signed-off-by: Jean Guyader <jean.guyader@eu.citrix.com> -- Jean Guyader _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
2013 Mar 12
14
vpmu=1 and running 'perf top' within a PVHVM guest eventually hangs dom0 and hypervisor has stuck vCPUS. Romley-EP (model=45, stepping=2)
...003b, shadow=0x0000000080050033, gh_mask=ffffffffffffffff (XEN) CR4: actual=0x00000000000427f0, shadow=0x00000000000407f0, gh_mask=ffffffffffffffff (XEN) CR3: actual=0x0000000065d99000, target_count=0 (XEN) target0=0000000000000000, target1=0000000000000000 (XEN) target2=0000000000000000, target3=0000000000000000 (XEN) RSP = 0xffffffff81a01eb8 (0xffffffff81a01eb8) RIP = 0xffffffff8107d4b5 (0xffffffff8107d4b6) (XEN) RFLAGS=0x0000000000000246 (0x0000000000000246) DR7 = 0x0000000000000400 (XEN) Sysenter RSP=0000000000000000 CS:RIP=0010:ffffffff8167a160 (XEN) CS: sel=0x0010, attr=0x0a09b, lim...