Displaying 20 results from an estimated 70 matches similar to: "unsued argument"
2014 Oct 20
0
[PATCH] virtio_ccw: remove unsued variable
On Mon, 20 Oct 2014 12:48:18 +0200 (CEST)
Sebastian Ott <sebott at linux.vnet.ibm.com> wrote:
> Hi,
>
> 016c98c6f virtio: unify config_changed handling
>
> introduced a warning in virtio_ccw which is fixed by the following patch.
>
> Regards,
> Sebastian
> ---
> virtio_ccw: remove unsued variable
>
> Fix this warning:
>
2014 Oct 20
0
[PATCH] virtio_ccw: remove unsued variable
On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> Hi,
>
> 016c98c6f virtio: unify config_changed handling
>
> introduced a warning in virtio_ccw which is fixed by the following patch.
>
> Regards,
> Sebastian
> ---
> virtio_ccw: remove unsued variable
s/unsued/unused/
>
> Fix this warning:
> drivers/s390/kvm/virtio_ccw.c: In function
2014 Oct 28
0
[PATCH] virtio_ccw: remove unsued variable
On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> > On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > > Hi,
> > >
> > > 016c98c6f virtio: unify config_changed handling
> > >
> > > introduced a warning in virtio_ccw which is fixed by the following patch.
> >
2014 Oct 31
0
[PATCH] virtio_ccw: remove unsued variable
Cornelia Huck <cornelia.huck at de.ibm.com> writes:
> On Tue, 28 Oct 2014 19:37:58 +0200
> "Michael S. Tsirkin" <mst at redhat.com> wrote:
>
>> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
>
>> > virtio_ccw: remove unused variable
>> >
>> > Fix this warning:
>> > drivers/s390/kvm/virtio_ccw.c: In
2014 Oct 28
2
[PATCH] virtio_ccw: remove unsued variable
On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > Hi,
> >
> > 016c98c6f virtio: unify config_changed handling
> >
> > introduced a warning in virtio_ccw which is fixed by the following patch.
> >
> > Regards,
> > Sebastian
> > ---
> > virtio_ccw: remove unsued
2014 Oct 28
2
[PATCH] virtio_ccw: remove unsued variable
On Mon, 20 Oct 2014, Michael S. Tsirkin wrote:
> On Mon, Oct 20, 2014 at 12:48:18PM +0200, Sebastian Ott wrote:
> > Hi,
> >
> > 016c98c6f virtio: unify config_changed handling
> >
> > introduced a warning in virtio_ccw which is fixed by the following patch.
> >
> > Regards,
> > Sebastian
> > ---
> > virtio_ccw: remove unsued
2014 Oct 20
3
[PATCH] virtio_ccw: remove unsued variable
Hi,
016c98c6f virtio: unify config_changed handling
introduced a warning in virtio_ccw which is fixed by the following patch.
Regards,
Sebastian
---
virtio_ccw: remove unsued variable
Fix this warning:
drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?:
drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused variable ?drv? [-Wunused-variable]
struct virtio_driver *drv;
2014 Oct 20
3
[PATCH] virtio_ccw: remove unsued variable
Hi,
016c98c6f virtio: unify config_changed handling
introduced a warning in virtio_ccw which is fixed by the following patch.
Regards,
Sebastian
---
virtio_ccw: remove unsued variable
Fix this warning:
drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?:
drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused variable ?drv? [-Wunused-variable]
struct virtio_driver *drv;
2014 Oct 30
2
[PATCH] virtio_ccw: remove unsued variable
On Tue, 28 Oct 2014 19:37:58 +0200
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> > virtio_ccw: remove unused variable
> >
> > Fix this warning:
> > drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?:
> > drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused
2014 Oct 30
2
[PATCH] virtio_ccw: remove unsued variable
On Tue, 28 Oct 2014 19:37:58 +0200
"Michael S. Tsirkin" <mst at redhat.com> wrote:
> On Tue, Oct 28, 2014 at 04:39:12PM +0100, Sebastian Ott wrote:
> > virtio_ccw: remove unused variable
> >
> > Fix this warning:
> > drivers/s390/kvm/virtio_ccw.c: In function ?virtio_ccw_int_handler?:
> > drivers/s390/kvm/virtio_ccw.c:891:24: warning: unused
2011 Apr 20
2
survexp with weights
Hello,
I probably have a syntax error in trying to generate an expected
survival curve from a weighted cox model, but I can't see it. I used
the help sample code to generate a weighted model, with the addition
of a "weights=albumin" argument (I only chose albumin because it had
no missing values, not because of any real relevance). Below are my
code with the resulting error
2007 Nov 07
3
Can I replace NA by 0 (if yes, how) ?
Hello,
I'm trying to fit some points with a 8-degrees polynom (result of lm is
stored in pfit).
In most of the case, it is ok but for some others, some coefficients are
"NA".
I don't really understand the meaning of these "NA".
And the problem is that I can't perform a derivation
(pderiv<-as.function((deriv(polynomial(pfit$coefficients))))) on pfit due to
the
2007 Nov 06
1
How to find the zero (only the real solution) with the package polynom ?
Hello,
I have 3 columns : a, b and a*b
I would like to find the pair (a,b) so that a*b is the minimum but not from
the points I measured but from the fit of the curve (I have more points that
the ones given below but I fit only on this part because I
know that the minimum a*b is in this interval).
I thought doing it this way :
- to fit a*b=f(a)
abfit<-lm(ab ~ poly(a,8,raw=T))
- to use the
2013 Jan 14
1
Confidence intervel for regression line
Hi all,
For the simple linear regression, I want to find the input "x" value so
that the
lower confidnece limit is a specific number, say 0.2.
In other words, I want to find the value of x so that the lower
confidence bound crosses the horizontal line 0.2.
Is there a simple way (an R function) that can do this?
Thanks.
Hanna
[[alternative HTML version deleted]]
2013 Mar 12
5
extract values
Hello all!
I have a problem to extract values greater that for example 1820.
I try this code: x[x[,1]>1820,]->x1
Please help me!
Thank you!
The data structure is:
structure(c(2.576, 1.728, 3.434, 2.187, 1.928, 1.886, 1.2425,
1.23, 1.075, 1.1785, 1.186, 1.165, 1.732, 1.517, 1.4095, 1.074,
1.618, 1.677, 1.845, 1.594, 1.6655, 1.1605, 1.425, 1.099, 1.007,
1.1795, 1.3855, 1.4065, 1.138, 1.514,
2012 Nov 05
1
no method for coercing this S4 class to a vector
all of a sudden, after a SparseM upgrade(?)
I get this error:
> str(z)
Formal class 'matrix.csr' [package "SparseM"] with 4 slots
..@ ra : num [1:85372672] -0.4288 0.0397 0.0104 -0.1843 -0.1203 ...
..@ ja : int [1:85372672] 1 2 3 4 5 6 7 8 9 10 ...
..@ ia : int [1:699777] 1 123 245 367 489 611 733 855 977 1099 ...
..@ dimension: int [1:2] 699776 122
2006 Jun 23
1
How to use mle or similar with integrate?
Hi
I have the following formula (I hope it is clear - if no, I can try to
do better the next time)
h(x, a, b) =
integral(0 to pi/2)
(
(
integral(D/sin(alpha) to Inf)
(
(
f(x, a, b)
)
dx
)
dalpha
)
and I want to do an mle with it.
I know how to use mle() and I also know about integrate(). My problem is
to give the parameter values a and b to the
2023 Dec 02
1
Try reproduce glmm by hand
Dear all,
In order to be sure I understand glmm correctly, I try to reproduce by
hand a simple result. Here is a reproducible code. The questions are in
_________________
Of course I have tried to find the solution using internet but I was not
able to find a solution. I have also tried to follow glmer but it is
very complicated code!
Thanks for any help.
Marc
# Generate set of df with nb
2013 Jan 14
2
One sided confidence limits for the regression line
Hi all,
I am trying to plot the one-sided confidence limits for the regression
line.
It seems it is ok to use predict function to compute the two sided
confidence
limits. Does any one know a easy way to compute the one sided confidence
limits?
Thank you very much in advance.
Hannah
[[alternative HTML version deleted]]
2009 Aug 21
1
applying summary() to an object created with ols()
Hello R-list,
I am trying to calculate a ridge regression using first the *lm.ridge()*
function from the MASS package and then applying the obtained Hoerl
Kennard Baldwin (HKB) estimator as a penalty scalar to the *ols()*
function provided by Frank Harrell in his Design package.
It looks like this:
> rrk1<-lm.ridge(lnbcpc ~ lntex + lnbeerp + lnwinep + lntemp + pop,
subset(aa,