search for: ssullivan

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

Did you mean: sullivan
2003 Nov 06
1
for help about R--probit
...robit$coef[1] bp; I also tried family=quasibinomial. There seems no error message. But the result is different from what I got from Gauss. For u1 belongs to another distribution (not normal), the difference is even larger. I used the same data for the comparison. Thanks a lot! Steve Sullivan <ssullivan@qedgroupllc.com> wrote: Is this simulated or actual data? STS Steven Sullivan, Ph.D. Senior Associate The QED Group, LLC 1250 Eye St. NW, Suite 802 Washington, DC 20005 ssullivan@qedgroupllc.com 202.898.1910.x15 (v) 202.898.0887 (f) 202.421.8161 (m) -----Original Message----- From: L Z [mail...
2003 Jul 30
3
nested for() loops for returning a nearest point
...variable in place of which.min(dist.geo) in the last line? Or is this whole approach wrongheaded? This should be elementary, I know, so I appreciate everyone's forbearance. Steven Sullivan, Ph.D. Senior Associate The QED Group, LLC 1250 Eye St. NW, Suite 802 Washington, DC 20005 ssullivan@qedgroupllc.com 202.898.1910.x15 (v) 202.898.0887 (f) 202.421.8161 (m) [[alternative HTML version deleted]]
2003 Aug 01
1
behavior of weights in nnet's multinom()
...aled to sum to the sample size, and larger weights are intended to increase influence. The description of various types of weights is a perennial confusion for me; sorry. STS Steven Sullivan, Ph.D. Senior Associate The QED Group, LLC 1250 Eye St. NW, Suite 802 Washington, DC 20005 ssullivan@qedgroupllc.com 202.898.1910.x15 (v) 202.898.0887 (f) 202.421.8161 (m) [[alternative HTML version deleted]]
2004 Feb 06
4
more or less pager
R-users, (forgive my return adres) I've been breaking my head why R---which i find fabulous, by the way---does not pipe interactive output through a pager (more or less), like it does with help(), or like GNU Octave does with arrays with more than terminal height rows. Maybe it is my installation (Debian/GNU Linux). Maybe it is my configuration, but i don't think so because with
2014 Jan 10
0
Migration: default value for maxdowntime? (QEMU/KVM)
I am wondering what the default value for migrate-setmaxdowntime is when using QEMU/KVM. http://builder.virt-tools.org/artifacts/libvirt-virshcmdref/html/sect-migrate-setmaxdowntime.html Is the default the same as QEMU's default in this case? I was looking at libvirts source and it appears there is no default set within libvirt, unless I missed it. I do see
2014 Jan 17
0
blockcopy, userspace iSCSI support?
Right now, on a virsh blockcopy, I know you can do something like this: # Connect DEST target iscsiadm -m node -p ${DESTINATION}:3260 -T ${VOLNAME} -o new iscsiadm -m node -p ${DESTINATION}:3260 -T ${VOLNAME} --login # Copy to connected iSCSI target virsh blockcopy ${DOMAIN} vda /dev/sdc --raw --bandwidth 300 However I have libiscsi compiled into my QEMU. So I can do this with the monitor
2014 Jan 08
2
Canceling a live migration via virsh? (QEMU/KVM)
I am using QEMU/KVM, using Live Migrations like this: virsh migrate --live ${name} qemu+ssh://${DESTINATION}/system My question, running this command makes it hang in the foreground. Is there a way for this to return immediately, so I can just poll for the migration status? Also, is there a way to _cancel_ a migration? I see the --timeout option, however if a given timeout is reached I would
2015 Jan 16
3
How do you force a VM reboot (when its KPd etc) without interrupting a blockcopy?
My question is this: If you have an ongoing blockcopy (drive-mirror) of a running transient VM, and the VM kernel panics, can you restart the VM without interrupting the ongoing blockcopy? A virsh reboot won't work since if the VM is kernel panicked, its not going to respond to ACPI requests.