search for: pmm

Displaying 20 results from an estimated 152 matches for "pmm".

Did you mean: mm
2017 Oct 04
2
Issue calling MICE package
...> I want to call the mice function from the MICE package from my own package. >> However I run into this issue, which can be reproduced on the command line: >> mice::mice(airquality)#> Error in check.method(setup, data): The >> following functions were not found: mice.impute.pmm, mice.impute.pmm >> I have no problems when doing >> library(mice) >> mice(airquality) >> Is this a bug or am I missing something? >> Thanks, >> Ole H?st >> [[alternative HTML version deleted]] >> ______________________________________________ >&g...
2017 Oct 05
0
Issue calling MICE package
...use mice::mice() rather than library(mice); mice() is that I want to call it from my own package. But the reprex works from the command line as well, straight after launching R: mice::mice(airquality) #> Error in check.method(setup, data): The following functions were not found: mice.impute.pmm, mice.impute.pmm The mice.impute functions are exported from the mice package but not found.I cannot figure out why but I was hoping someone else had come across the issue. Interestingly, I can circumvent the problem by doing foreach(i = ...) %dopar% {mice::mice()} Thanks for your help, Ole...
2017 Oct 04
2
Issue calling MICE package
I want to call the mice function from the MICE package from my own package. However I run into this issue, which can be reproduced on the command line: mice::mice(airquality)#> Error in check.method(setup, data): The following functions were not found: mice.impute.pmm, mice.impute.pmm I have no problems when doing library(mice) mice(airquality) Is this a bug or am I missing something? Thanks, Ole H?st [[alternative HTML version deleted]]
2018 Jan 30
2
kernel-ml-4.15.0-1.el7.elrepo.x86_64 doesn't boot as Xen PV domU
...oint from 0x00010020 to 0x000f6600 (d6) Copying MPTABLE from 0xfc001160/fc001170 to 0x000f6500 (d6) Copying PIR from 0x00010040 to 0x000f6480 (d6) Copying ACPI RSDP from 0x000100c0 to 0x000f6450 (d6) Using pmtimer, ioport 0xb008 (d6) Scan for VGA option rom (d6) Running option rom at c000:0003 (d6) pmm call arg1=0 (d6) Turning on vga text mode console (d6) SeaBIOS (version ?-20150729_130325-) (d6) Machine UUID 8ebc5a48-2f57-4408-9fcb-344604913e27 (d6) UHCI init on dev 00:01.2 (io=c200) (d6) Found 0 lpt ports (d6) Found 1 serial ports (d6) ATA controller 1 at 1f0/3f4/0 (irq 14 dev 9) (d6) ATA cont...
2018 Jan 31
0
kernel-ml-4.15.0-1.el7.elrepo.x86_64 doesn't boot as Xen PV domU
...> (d6) Copying MPTABLE from 0xfc001160/fc001170 to 0x000f6500 > (d6) Copying PIR from 0x00010040 to 0x000f6480 > (d6) Copying ACPI RSDP from 0x000100c0 to 0x000f6450 > (d6) Using pmtimer, ioport 0xb008 > (d6) Scan for VGA option rom > (d6) Running option rom at c000:0003 > (d6) pmm call arg1=0 > (d6) Turning on vga text mode console > (d6) SeaBIOS (version ?-20150729_130325-) > (d6) Machine UUID 8ebc5a48-2f57-4408-9fcb-344604913e27 > (d6) UHCI init on dev 00:01.2 (io=c200) > (d6) Found 0 lpt ports > (d6) Found 1 serial ports > (d6) ATA controller 1 at 1f0...
2017 Oct 04
0
Issue calling MICE package
...rote: > I want to call the mice function from the MICE package from my own package. > However I run into this issue, which can be reproduced on the command line: > > mice::mice(airquality)#> Error in check.method(setup, data): The > following functions were not found: mice.impute.pmm, mice.impute.pmm > > I have no problems when doing > > library(mice) > mice(airquality) > > Is this a bug or am I missing something? > > Thanks, > Ole H?st > > [[alternative HTML version deleted]] > > ______________________________________________ &g...
2002 Jul 03
0
poly.transform in R
...ression of percentage of one insect in a community on altitude, precipitations, evapotranspiration, max and min temperatures using glm. I would like to get the standard coordinates of my polynom in order to draw maps, get the maximum values, etc... Call: glm(formula = Ymat ~ poly(Alt, 2) + poly(Pmm, 2) + poly(E0, 2) + poly(Min, 2) + poly(Max, 2), family = binomial, data = tableau) Deviance Residuals: Min 1Q Median 3Q Max -15.5168 -0.1223 0.1085 3.5095 14.0412 Coefficients: Estimate Std. Error z value Pr(>|z|) (Intercept) -3.8230...
2012 Oct 19
0
impute multilevel data in MICE
Dear list, Is there any one use MICE package deal with multilevel missing values here? I have a question about the 2lonly.pmm() and 2lonly.norm(), I get the following error quite often. Here is the code the error, could you give me some advice please? Am I using it in the right way? > ini=mice(bhrm,maxit=0) > pred=ini$pred > pred V1 V2 V3 V4 V5 V6 V7 V8 V9 V10 V11 V12 V13 V14 V15 V16 V17 V18 V1 0 1 1 1...
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
...icitly for this purpose. > > Pater - do you think it's a good idea to change this before QEMU 2.4 > is released? Shannon's call, I guess. I don't know enough about ACPI to say. I thought these ACPI IDs were already fixed because they were what the kernel was looking for... -- PMM
2015 Jul 28
3
[PATCH] virtio_mmio: add ACPI probing
...icitly for this purpose. > > Pater - do you think it's a good idea to change this before QEMU 2.4 > is released? Shannon's call, I guess. I don't know enough about ACPI to say. I thought these ACPI IDs were already fixed because they were what the kernel was looking for... -- PMM
2014 Sep 14
3
[Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
...U. > > You have to stick it in a C file though, so it > > won't be visible in this patch. > > Why do you think that? We have several header files which > use QEMU_BUILD_BUG_ON and I don't see any reason why > it would have to be invoked from a .c file. > > -- PMM Because Gerd wants to share this with linux uapi, and you can't use BUILD_BUG_ON in uapi headers on linux.
2014 Sep 14
3
[Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
...U. > > You have to stick it in a C file though, so it > > won't be visible in this patch. > > Why do you think that? We have several header files which > use QEMU_BUILD_BUG_ON and I don't see any reason why > it would have to be invoked from a .c file. > > -- PMM Because Gerd wants to share this with linux uapi, and you can't use BUILD_BUG_ON in uapi headers on linux.
2014 Sep 14
2
[Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
...> > Because Gerd wants to share this with linux uapi, and > > you can't use BUILD_BUG_ON in uapi headers on linux. > > Who owns the "master" copy of the header and commits > to making sure it builds on other things than Linux+gcc > in that case? > > -- PMM For most of virtio neither linux nor QEMU are the master. syncing them has been done manually in the past. As we are copying other headers from Linux anyway, I think it would be better for everyone if we make the Linux headers the master for QEMU going forward. -- MST
2014 Sep 14
2
[Qemu-devel] [PATCH 1/2] virtio-gpu/2d: add hardware spec include file
...> > Because Gerd wants to share this with linux uapi, and > > you can't use BUILD_BUG_ON in uapi headers on linux. > > Who owns the "master" copy of the header and commits > to making sure it builds on other things than Linux+gcc > in that case? > > -- PMM For most of virtio neither linux nor QEMU are the master. syncing them has been done manually in the past. As we are copying other headers from Linux anyway, I think it would be better for everyone if we make the Linux headers the master for QEMU going forward. -- MST
2014 Oct 27
2
[Qemu-devel] [RFC PATCH 0/2] virtio-mmio: add irqfd support for vhost-net based on virtio-mmio
...seems to me it would be better to get generic PCI/PCIe working on the ARM virt board instead; then we can let virtio-mmio quietly fade away. This has been on the todo list for ages (and there have been RFC patches posted for plain PCI), it's just nobody's had time to work on it. thanks -- PMM
2014 Oct 27
2
[Qemu-devel] [RFC PATCH 0/2] virtio-mmio: add irqfd support for vhost-net based on virtio-mmio
...seems to me it would be better to get generic PCI/PCIe working on the ARM virt board instead; then we can let virtio-mmio quietly fade away. This has been on the todo list for ages (and there have been RFC patches posted for plain PCI), it's just nobody's had time to work on it. thanks -- PMM
2015 Jul 28
2
[PATCH] virtio_mmio: add ACPI probing
...9;s a good idea to change this before QEMU 2.4 >> > is released? >> >> Shannon's call, I guess. I don't know enough about ACPI to say. >> I thought these ACPI IDs were already fixed because they were >> what the kernel was looking for... >> >> -- PMM > > Apparently not :) > We assigned LNRO in ASWG to avoid collisions with our prototypes/real platforms so it makes sense to me to switch to QEMUXXXX. I will submit a new patch if Shannon wants to switch to that form. Graeme
2015 Jul 28
2
[PATCH] virtio_mmio: add ACPI probing
...9;s a good idea to change this before QEMU 2.4 >> > is released? >> >> Shannon's call, I guess. I don't know enough about ACPI to say. >> I thought these ACPI IDs were already fixed because they were >> what the kernel was looking for... >> >> -- PMM > > Apparently not :) > We assigned LNRO in ASWG to avoid collisions with our prototypes/real platforms so it makes sense to me to switch to QEMUXXXX. I will submit a new patch if Shannon wants to switch to that form. Graeme
2013 May 29
2
[PATCH RFC] virtio-pci: new config layout: using memory BAR
...size == sizeof cfg.device_feature_select); > return proxy->device_feature_select; Asserting is definitely the wrong thing here, since the guest can trigger it. If you really want to use offsetof like this you're going to need to decorate the structs with QEMU_PACKED. thanks -- PMM
2020 Oct 13
0
Re: Encrypting boot partition Libvirt not showing the OS booting up
...;bios useserial='yes'/> </os> to one of my VMs I can see the console when started via virsh start --console: $ virsh start --console upstream Domain upstream started Connected to domain upstream Escape character is ^] (Ctrl + ]) iPXE (http://ipxe.org) 00:03.0 C100 PCI2.10 PnP PMM+3E7835A0+3E6E35A0 C100 iPXE (http://ipxe.org) 00:08.0 C200 PCI2.10 PnP PMM+3E6D25A0 3E6E35A0 C200 Press ESC for boot menu.