search for: event2

Displaying 20 results from an estimated 71 matches for "event2".

Did you mean: event
2011 Mar 26
1
Exporting columns into multiple files - loop query
...xtract 2 columns from an array into multiple files. I can use the following to export 3 files, containing column 'ID' with one of the three event columns. > ID<-c("A","B","C","D","E","F") > event1<-c(0,1,0,0,1,0) > event2<-c(1,1,0,1,0,0) > event3<-c(1,0,1,0,1,0) > data<-cbind(ID,event1,event2,event3) > data ID event1 event2 event3 [1,] "A" "0" "1" "1" [2,] "B" "1" "1" "0" [3,] "C" &quot...
2006 Dec 29
5
coded to categorical variables in a large dataset
...variables (event1...event5). I am using a for loop an if statements, but I have a large dataset( approx 100,000 rows) it takes quite a bit of time, is there a way to speed this up? Here is some sample code of what I am currently doing. test2 <-rep(seq(1:5),2000) event1 <- rep(0,nrow(test2)) event2 <- rep(0,nrow(test2)) event3 <- rep(0,nrow(test2)) event4 <- rep(0,nrow(test2)) event5 <- rep(0,nrow(test2)) for(i in 1:length(event1)) { if (test2[i]==1) { event1[i]=1 } if (test2[i]==2) { event2[i]=1 } if (test2[i]==3) { event...
2012 Jul 23
2
Creating panel data
...never occurred, 0 is recorded for the Year Of Occurrence. Somewhat redundantly, I also have separate dichotomous variables indicating whether the event ever occurred (0/1 format). For example: x <- data.frame( id = c(1,2), Event1Occur = c(1,0), YearOfOccurEvent1 = c(68.25,0), Event2Occur = c(0,1), YearOfOccurEvent2 = c(0,68.5)) I need to transform that dataframe so that I have a separate row for each time period (year/quarter) for each person, with variables for whether the event had already occurred during that time period. If the event occurred during an earlier...
2006 Jun 20
1
Bug with evdev corepointers
...-->8-------->8-------->8-------->8---- Section "InputDevice" Identifier "Logitech MX1000" Driver "evdev" Option "CorePointer" Option "Device" "/dev/input/event2" EndSection - ---->8-------->8-------->8-------->8---- And my usual config that I'd like to be working ;-) - ---->8-------->8-------->8-------->8---- Section "InputDevice" Identifier "Logitech MX1000" Driver "evd...
2014 Aug 18
2
need-restart ?
.../sbin/init 386 : /sbin/udevd-d 659 : /sbin/udevd-d 999 : /usr/sbin/vmtoolsd 1103 : auditd 1128 : /sbin/rsyslogd-i/var/run/syslogd.pid-c5 1170 : rpcbind 1188 : rpc.statd 1229 : dbus-daemon--system 1270 : /usr/sbin/acpid 1279 : hald 1280 : hald-runner 1325 : hald-addon-input: Listening on /dev/input/event2 /dev/input/event0 1329 : hald-addon-acpi: listening on acpid socket /var/run/acpid.socket 1350 : automount--pid-file/var/run/autofs.pid 1366 : /usr/sbin/mcelog--daemon 1386 : xinetd-stayalive-pidfile/var/run/xinetd.pid 1486 : /usr/sbin/abrtd 1494 : crond 1505 : /usr/sbin/atd ....... Can someone te...
2010 Jul 27
6
Xen vnc on pv domU
I want use xen vnc also on pv domU linux, i have try with this 2 domU without result: - Lenny created with xen-tools 4.2 beta 1 - Lucid created with new metod similar to cd DomO is: Lenny with Xen 4.0.1-rc3-pre (changeset 21209) and kernel xen/stable-2.6.32.x (commit 01d9fbca207ec232c758d991d66466fc6e38349e) Someone can help me please? -- View this message in context:
2007 Sep 12
2
Nested anova with unbalanced design and corrected sample size for spatial autocorrelation
Hello all, This may be a simple question to answer, but I'm a little bit stumped with respect to the calculation of the F statistics in nested anovas with unbalanced design in R. In my case, I have 11 vegetation transects (with 1000 10cmx10cm squares), where we estimated shrub cover. We have two different treatments: wildfire (4 transects) and prescribed burning (7 transects) and we want to
2005 Aug 02
1
Conflict between mouse and tablet
...th 24 Modes "1280x1024" "1024x768" "800x600" "640x480" EndSubSection EndSection Section "InputDevice" Driver "wacom" Identifier "cursor" Option "Device" "/dev/input/event2" Option "Type" "cursor" Option "Mode" "Relative" Option "USB" "on" EndSection Section "InputDevice" Driver "wacom" Identifier "stylus"...
2009 Apr 18
4
no ForceFeedback in Wine
Hey Guys, The ForceFeedback from my Microsoft Sidewinder ForceFeedback Wheel doesn't work with Wine. I compiled wine myself and "ac_cv_member_struct_ff_effect_direction=yes" was set in the config.log like it is told here: http://wiki.winehq.org/ForceFeedback I also checked that FF is working with BZFlag under Linux. When i play BZFlag with Wine, the FF-Effects are missing. I
2009 Feb 25
18
Paravirtualized Linux with graphics (X Window)?
Hi, Anybody please tell me how to have a PV Linux with graphics? I succesfully created some PV Linux with debootstrap and xen-tools. But then all the images must be started with "xm create -c" command, and everything then is console, with no X Window. In short, I want to have PV Linux, but with X. How to do that? Thanks, H _______________________________________________ Xen-users
2006 Apr 10
10
Prototype Ajax - How to pass my own params to onComplete ?
Sorry if this has been covered before, i can''t imagine it hasn''t, but i''ve been unable to find any information on it. Can i pass my own parameters to the onComplete function specified by Ajax.Request ? My basic setup is i have an html element triggering an event (the ajax update). I have additional information encoded into the element about how it should handle
2010 Oct 27
0
The problem about Windows live migration
...based on QEMU. The error information is as follows: 1) log said the migration was successful. However, that migrated VM on the destination hanged wherein CPU utilization kept about 48%. 2) Using XenTrace, found that the loop consisting of three events as follows: Event 1: VMEXIT by io instruction; Event2: VMEXIT by acpi accesses; Event3: VMEXIT by virtual interrupt. We guess that acpi support in Xen qemu-dm was not compatible with Windows in the migration process. Would you have any suggestions? We also took a look at the below discussions as follows: http://forum.proxmox.com/threads/3759-Window...
2006 Oct 31
0
Microsoft Wireless Laser Mouse 6000 - WORKING
...utDevice" Identifier "Mouse0" Driver "evdev" Option "Protocol" "evdev" Option "Dev Name" "Microsoft Microsoft Wireless Optical Mouse 1.00" Option "Dev Phys" "usb-*/input0" Option "Device" "/dev/input/event2" Option "Buttons" "9" Option "ZAxisMapping" "4 5" # wheel moves forward/back in the browser EndSection To figure out the "Dev Name", "Dev Phys" and "Device" settings cat /proc/bus/input/devices. I haven't gotten the t...
2016 Jan 06
1
No GUI with CentOS-7.2
Sylvain CANOINE wrote: > Could you share your whole Xorg.0.log ? Do you use a custom xorg.conf, or > custom xorg.conf.d files ? Opensource Ati driver, ou proprietary blobs ? Thank you for your interest. I am running CentOS-7 installed from CentOS-7-x86_64-LiveKDE-1503.iso and later upgraded to CentOS-7.2. The only packages I have installed have been from CentOS and Epel repos. I'm sure
2008 Jul 13
3
Unitek Alpha 650 ipE
...1.0 (usb) UDEV [1215983089.663928] add /devices/pci0000:00/0000:00:0f.2/usb1/1-1 (usb) UEVENT[1215983089.665007] add /class/input/input4 (input) UDEV [1215983089.666893] add /class/usb_endpoint/usbdev1.4_ep00 (usb_endpoint) UEVENT[1215983089.687097] add /class/input/input4/event2 (input) UEVENT[1215983089.687426] add /class/hidraw/hidraw0 (hidraw) UEVENT[1215983089.688045] add /class/usb_endpoint/usbdev1.4_ep81 (usb_endpoint) UDEV [1215983089.688161] add /class/hidraw/hidraw0 (hidraw) UDEV [1215983089.710476] add /devices/pci0000:00/0000:00:0f.2/us...
2006 Apr 17
7
help
Hi, I am trying to runn a age-period-cohort model, but here is what I am having problem with, hope you can help me! This is what I am trying to do: sumzero_a<-((A-min(A))/5+1) - mean((A-min(A))/5+1) where A is my age variable (numeric, the mid-point of a five-year age group), but I got the following error: Error in min(..., na.rm = na.rm) : invalid 'mode' of argument I am pretty
2011 May 03
12
36 FPS using ubuntu-classic desktop, drops to 4 FPS xubuntu
Hello Recently upgraded to Ubuntu 11.04 and not liking unity I swtiched to xubuntu but was perturbed to find my World of Warcraft FPS drop from 36 FPS in Ubuntu 10.10 and Ubuntu 11.04 'ubuntu classic' down to 3/4 FPS xubuntu. Again, to confirm it wasn't anything in the upgrade I made sure that the FPS is as normal in 11.04 when I select 'Ubuntu Classic' when logging in rather
2009 Jul 25
2
Gamepad & Wine 1.0.1-2 on Debian Sid
...# ls -l /dev/input/ Code: total 0 drwxr-xr-x 2 root root 80 jul 25 13:08 by-id drwxr-xr-x 2 root root 160 jul 25 13:08 by-path crwxrwxrwx 1 root plugdev 13, 64 jul 25 06:29 event0 crwxrwxrwx 1 root plugdev 13, 65 jul 25 06:29 event1 crwxrwxrwx 1 root plugdev 13, 66 jul 25 06:29 event2 crwxrwxrwx 1 root plugdev 13, 67 jul 25 06:29 event3 crwxrwxrwx+ 1 root plugdev 13, 68 jul 25 06:29 event4 crwxrwxrwx 1 root plugdev 13, 69 jul 25 06:29 event5 crw-rw-r--+ 1 root audio 13, 70 jul 25 13:08 event6 crw-rw-r--+ 1 root audio 13, 71 jul 25 13:08 event7 crw-rw-r-- 1 root root 13...
2010 Apr 29
24
[Bug 27905] New: DVI monitor is blank - DVI detected as Display Port ?
...EL=pc105 E: XKBLAYOUT=fr E: XKBVARIANT=latin9 E: XKBOPTIONS=lv3:ralt_switch E: x11_driver=evdev E: DEVLINKS=/dev/char/13:80 /dev/input/by-id/usb-Dell_Dell_USB_Keyboard-event-if01 /dev/input/by-path/pci-0000:00:1a.7-usb-0:4.1.2.1:1.1-event P: /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2 N: input/event2 S: char/13:66 E: UDEV_LOG=3 E: DEVPATH=/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input2/event2 E: MAJOR=13 E: MINOR=66 E: DEVNAME=/dev/input/event2 E: SUBSYSTEM=input E: ID_INPUT=1 E: ID_INPUT_KEY=1 E: XKBMODEL=pc105 E: XKBLAYOUT=fr E: XKBVARIANT=latin9 E: XKBOPTIONS=lv3:ral...
2015 May 16
5
[Bug 90482] New: Xorg take 100% CPU when using multiple independent screen configuration
https://bugs.freedesktop.org/show_bug.cgi?id=90482 Bug ID: 90482 Summary: Xorg take 100% CPU when using multiple independent screen configuration Product: xorg Version: unspecified Hardware: x86-64 (AMD64) OS: Linux (All) Status: NEW Severity: normal Priority: medium