Displaying 20 results from an estimated 60000 matches similar to: "New Boiler or New System?"
2006 Oct 20
2
Dataset on Baltimore home energy costs
I received a private request for my complete dataset from my previous
questions. In gratitude to the developers of R, and especially to the
helpful members of r-help, I'm happy to attach it. Anyone is free to use
this dataset in any manner they wish, including published books.
Attribution is not required, or even desired.
Explanatory notes on dataset:
This data is collected from monthly
2010 Aug 13
2
How to compare the effect of a variable across regression models?
Hello,
I would like, if it is possible, to compare the effect of a variable across
regression models. I have looked around but I haven't found anything. Maybe
someone could help? Here is the problem:
I am studying the effect of a variable (age) on an outcome (local recurrence:
lr). I have built 3 models:
- model 1: lr ~ age y = \beta_(a1).age
- model 2: lr ~ age + presentation
2023 Mar 28
2
[Bridge] [PATCH v2 net-next 6/6] selftests: forwarding: add dynamic FDB test
On Sun, Mar 26, 2023 at 05:41:06PM +0200, Hans Schultz wrote:
> On Mon, Mar 20, 2023 at 10:44, Ido Schimmel <idosch at nvidia.com> wrote:
> >> + $MZ $swp1 -c 1 -p 128 -t udp "sp=54321,dp=12345" \
> >> + -a $mac -b `mac_get $h2` -A 192.0.2.1 -B 192.0.2.2 -q
> >> + tc_check_packets "dev $swp2 egress" 1 1
> >> + check_fail $?
2009 Jun 30
0
quwstion about elrm package for Exact Logistic Regrassion
Hi
I am a new R user and I did try elrm package to do Exact Logistic
regression for my dataset ( about 170 patients with a binary dependent
variable against age and 6 other binary covariates), I did not have n column
because it was about individuals, I made n column with 1 for each
individual, here is my code and result:
>
> #### Libraries needed ####
>
>
2019 Oct 23
0
[PATCH] drm/simple-kms: Standardize arguments for callbacks
Hi
Am 22.10.19 um 21:03 schrieb Daniel Vetter:
> On Tue, Oct 22, 2019 at 7:16 PM Thomas Zimmermann <tzimmermann at suse.de> wrote:
>>
>> Hi,
>>
>> there are two types of callbacks in struct
>> drm_simple_display_pipe_funcs: functions that are genuine to simple KMS,
>> and functions that are merely forwarded from another structure (crtc,
>> plane,
2005 Feb 23
1
Brainstorm: Running Asterisk as cool as possible - AKA solid state.
I would like to ask what people think the best way would be to build a
low-power consumption, passively-cooled system.
For example,one could use a fanless-Eden (mini-ITX/EPIA) system, but the
loss of FPU power would limit performance. The obvious choice for FPU
work are the Intels and AMDs, nut they're all power-hungry radiators.
Is there something that can offer the quiet, power-savings of
2004 Jun 24
0
SIP clients, H323 client as gateway?
I have several SIP clients which connect to Asterisk.
Is it possible to use a H323 client account (username/password
combination) as a gateway/proxy for these SIP clients when they need
to call someone on this H323 network, just like using an IAX2-gateway
(registering an username/password combi).
I took a look in the archives, but couldn't find anything related. But
then again, I might not
2007 Feb 14
0
"INIT: cannot execute ''/etc/init.d/boot''"
I have a disk image file that was created using dd, makereiserfs dance,
operating system files copied in directly with cp -ax (vi a temporary
mount,
and then dismounted).
My domU configuration is as follows:
--------------------------------
kernel = "/RAID/data/xen/bootsles10/vmlinuz-xen"
ramdisk = "/RAID/data/xen/bootsles10/initrd-xen"
memory = 2048
name =
2006 May 03
3
cdrecord issues
I have an issue with cdrecord though and I can't figure it out. I use
Webmin, which basically just creates an iso and then uses cdrecord to
burn it and it worked fine with previously installed CentOS 4 (I wiped
and reinstalled about 8 months ago).
This is the command that Webmin tries to execute...
cdrecord -v dev=0,0,0 speed=4 -isosize \
2019 Jun 13
0
memory leak in vhost_net_ioctl
On 2019/6/6 ??10:40, Hillf Danton wrote:
>
> On Wed, 05 Jun 2019 16:42:05 -0700 (PDT) syzbot wrote:
>> Hello,
>>
>> syzbot found the following crash on:
>>
>> HEAD commit:??? 788a0249 Merge tag 'arc-5.2-rc4' of
>> git://git.kernel.org/p..
>> git tree:?????? upstream
>> console output:
2004 Feb 09
0
Fit system of equations
Hi R-masters
I have this system of equations
R(x,t)= a(t)+b(x,t)
a(t) = c + d*t
b(t) = e + f*t
where
x is a vetor of age<-c(37,42,47,52,57,62,67,72,77,83),
t is vetor of year (1980:2000)
R(x,t) = Rate of mortality in age x on year t
a(t) = base mortality on year t
b(x,t) = exponential rate of mortality for age x on year t
b(t) = exponential rate of mortality on year t
I wish is possible
2003 Apr 30
1
ext3 and data=journal bug
Greetings all,
I have a question regarding the fsync data corruption bug that was introduced
in 2.4.20 when using data=journal. I have patched the 2.4.20 kernel with the
3 sync patches available from zip.com.au, and I am wondering if with these
patches the "bug" still exists:
sync_fs.patch
sync_fs-fix.patch
sync_fs-fix-2.patch
In addition the following two patches have also
2020 Jul 21
2
[PATCH 02/10] block: virtio-blk: check logical block size
On Tue, Jul 21, 2020 at 01:52:31PM +0300, Maxim Levitsky wrote:
> Linux kernel only supports logical block sizes which are power of two,
> at least 512 bytes and no more that PAGE_SIZE.
>
> Check this instead of crashing later on.
>
> Note that there is no need to check physical block size since it is
> only a hint, and virtio-blk already only supports power of two values.
2020 Jul 21
2
[PATCH 02/10] block: virtio-blk: check logical block size
On Tue, Jul 21, 2020 at 01:52:31PM +0300, Maxim Levitsky wrote:
> Linux kernel only supports logical block sizes which are power of two,
> at least 512 bytes and no more that PAGE_SIZE.
>
> Check this instead of crashing later on.
>
> Note that there is no need to check physical block size since it is
> only a hint, and virtio-blk already only supports power of two values.
2004 Aug 10
0
Check failed after compilation (PR#7159)
Full_Name: Madeleine Yeh
Version: 1.9.1
OS: AIX 5.2
Submission from: (NULL) (151.121.225.1)
After compiling R-1.9.1 on AIX 5.2 using the IBM cc compiler, I ran the
checks. One of them failed. Here is the output from running the check solo.
root@svweb:/fsapps/test/build/R/1.9.1/R-1.9.1/tests/Examples:
># ../../bin/R --vanilla < stats-Ex.R
R : Copyright 2004, The R
2010 May 31
1
running admb from R using system()
Hi
I'm trying to run an admb model from R by using the system () command.
The admb model runs fine when running it from the admb command line or
when using emacs. However when I try it with system() then R crashes
every time.
And I tried using the R command line and RGui and in both it crashes. I
also tried it from different computers.
What I do is I first set the directory where I keep
2005 Apr 21
2
Howto overlay two plots and save them in one pdf file?
Hello,
I do have two different plots from LAD and OLS regression objects like
this:
# LAD regression and related plot
rq(formula = SBP ~ Age)
f = coef(rq(SBP ~ Age))
pred = f[1] + f[2]*Age
plot (Age, SBP)
lines (Age, pred)
# OLS regression and related plot
Pred = lm(SBP ~ Age)
plot (Age, SBP)
lines (Age,fitted(Pred))
Well for comparatative reason I would would like to subsume both plots
2019 Jun 06
1
memory leak in vhost_net_ioctl
On Wed, 05 Jun 2019 16:42:05 -0700 (PDT) syzbot wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: 788a0249 Merge tag 'arc-5.2-rc4' of git://git.kernel.org/p..
> git tree: upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=15dc9ea6a00000
> kernel config: https://syzkaller.appspot.com/x/.config?x=d5c73825cbdc7326
2019 Jun 06
1
memory leak in vhost_net_ioctl
On Wed, 05 Jun 2019 16:42:05 -0700 (PDT) syzbot wrote:
> Hello,
>
> syzbot found the following crash on:
>
> HEAD commit: 788a0249 Merge tag 'arc-5.2-rc4' of git://git.kernel.org/p..
> git tree: upstream
> console output: https://syzkaller.appspot.com/x/log.txt?x=15dc9ea6a00000
> kernel config: https://syzkaller.appspot.com/x/.config?x=d5c73825cbdc7326
2013 Jan 05
1
[LLVMdev] Can someone remind me why ScalarTargetTransformInfo and VectorTargetTransformInfo are separate?
I remember this being discussed, and may have even supported it, but I'm
looking at cleaning up some of how the target transform info works, and it
would be a lot less duplicate boiler-plate code to only have one.
Having a narrower interface doesn't seem to make a lot of sense in this
case because for the users, there is no real cost, and for the
implementors, they always have to