Displaying 18 results from an estimated 18 matches for "positiv".
Did you mean:
positive
2012 Mar 06
1
Reshape question
I have a data frame in wide format. There are six variables that represent two factors in long format 3x2, Valence and Temperature:
> head(dpts)
File Subj Time Group PainNeg.hot PainNeg.warm SociNeg.hot SociNeg.warm Positiv.hot Positiv.warm Errors
1 WB101_1_1_dp.txt 101 1 MNP 30.700000 13.75000 16.319048 35.166667 30.18333 14.383333 1
2 WB101_2_1_dp.txt 101 2 MNP 5.266667 -79.60000 -24.738095 -5.500000 23.95000 -14.700000 0
3 WB102_1_1_dp.txt 102 1 MNP 50.7...
2007 Mar 22
3
Cohen's Kappa
...i,
im little bit confused about Cohen's Kappa and i should be look into the
Kappa function code. Is the easy formula really wrong?
kappa=agreement-chance/(1-chance)
many thanks
christian
###############################################################################
true-negativ:7445
false-positive:3410
false-negativ:347
true-positiv:772
classification-aggrement:68,6%
kappa=agreement-chance/(1-chance) = (0.686-0.5)/0.5=0.372
.....with function from library(vcd)
Kappa(matrix(c(7445,3410,347,772),nrow=2))
value ASE
Unweighted 0.1686882 0.011235188
Weighted 0.1686882...
2018 Aug 30
2
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
...t;
Thanks to pointing to that bug report.
I downgraded from
qemu-kvm-0.12.1.2-2.506.el6_10.1.x86_64
qemu-img-0.12.1.2-2.506.el6_10.1.x86_64
to
qemu-img-0.12.1.2-2.503.el6_9.6.x86_64
qemu-kvm-0.12.1.2-2.503.el6_9.6.x86_64
and booted into
kernel-2.6.32-754.3.5.el6.x86_64
unfortunately no positiv effect.
The system/host/workstation crashes/panics immediately after
starting a guest system (EL6) with virsh start guest-name.
BTW upstream bug report:
https://bugzilla.redhat.com/show_bug.cgi?id=1623692
--
LF
2006 Aug 31
2
need help with an interaction term
...al). The best model counts 9 Variables and includes an interaction term that was generated by the product of to continuous variables (a*b). All variables are correlated under a value of 0.7 (Spearman rank order) While the estimates of both main effects are negativ, the resulting interaction term is positiv. This change of sign makes it difficult to interpret the model and above all, is this perhaps due to a bad variable choice ?
Thanks a lot for helping
Christian
_______________________________________________________________________
Viren-Scan f?r Ihren PC! Jetzt f?r jeden. Sofort, online und koste...
2002 Jul 30
1
Problem with legend
Hi!
I have a problem using the legend command.
I typed as follows:
plot(foo bar...)
legend(0.6,10, c("True Positiv", "False Positive", "False Negative","True Negative"), col = c("black",2,3,4),lty=c(1,1,1,1),pch=c(0,0,0,0), merge = TRUE, bg='gray90')
The plot and its legend is displayed ok. The I apply a dev.cop2eps on it to save the graphic. Then I start gv...
2002 Jul 09
2
package relimp
Hi,
i'm newbie for this, but it's very interesting, but how i have to
interpret the results
if i get i.e. this results ?
Is it correct -
if the "Ratio of effect sd" is positiv than the Numerator effects are
bigger , and the negative case vice-versa ?
Ratio of effect standard deviations: 0.954
Log(sd ratio): -0.047 (se 0.828)
Approximate 95% confidence interval for log(sd ratio): (-1.669,1.575)
Approximate 95% confidence interval for sd ratio: (...
2018 Aug 30
1
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
...>> qemu-img-0.12.1.2-2.506.el6_10.1.x86_64
>>
>> to
>>
>> qemu-img-0.12.1.2-2.503.el6_9.6.x86_64
>> qemu-kvm-0.12.1.2-2.503.el6_9.6.x86_64
>>
>> and booted into
>>
>> kernel-2.6.32-754.3.5.el6.x86_64
>>
>> unfortunately no positiv effect.
>>
>> The system/host/workstation crashes/panics immediately after
>> starting a guest system (EL6) with virsh start guest-name.
>>
>>
>> BTW upstream bug report:
>>
>> https://bugzilla.redhat.com/show_bug.cgi?id=1623692
>
> Unfortu...
2008 Jan 24
2
writing pid file earlier
I''m using god* to monitor my mongrels. God looks at pid files to know
the status of the cluster. It seems as though mongrel does not write a
pid file until it has loaded the entire rails/project environment,
which in my case, takes upwards of 90 seconds. Meanwhile, god is
freaking out because it thinks that there aren''t mongrels running, and
it tries to start them. Thankfully I
2011 Jun 01
3
error in model specification for cfa with lavaan-package
... f2=~x6+x7+x8+x9+x10+x11
f3=~x12+x13+x14+x15+x16 '
and run the cfa routine
fit<-cfa(cfa.model,data=df.cfa,missing="ml")
The output is an error message (here partly in german)
"Error in chol.default(S) : der führende Minor der Ordnung 4 ist nicht positiv definit
Fehler in Sample(data = data, group = group, sample.cov = sample.cov, sample.mean = sample.mean, : sample covariance can not be inverted"
Then I tried to "lavaanify" my model specification first
cfa.model<- lavaanify(cfa.model)
id lhs op rhs user group free ustart f...
2010 Sep 26
8
the function doesn´t work
hey, my function doesn?t work. can somebody help me?
the graphic doesn?t work and also the function. thnx a lot.
N=10
n=100
p_0=c(1/5,1-1/5)
power = function(p,m) {
set.seed(1000)
H=matrix(0,nrow=N,ncol=1)
for(i in 1:N) {
x <- matrix(rnorm(n, 0, 0.5), ncol = m)
y <- matrix(rnorm(n, 0, 0.8), ncol = m)
l <- diag(cor(x, y))
q_1 = qnorm(0.05, 0, 0.05)
q_2 = qnorm(1 - 0.05, 0, 0.05)
2003 May 30
2
Coefficients: (20 not defined because of singularities)
...ed by flags):
fm<-lm(log(cplex6.time..sec..[flags]) ~ cplex6.cities[flags] +
log(1/features.meanOver.frust[flags]) +
log(1/features.meanOver.minDist[flags]) +
[...]
avg..steps.to.loc..Opt..norm..[flags] + NN.List.opt..tour.max.[flags])
As I am using inversion and logarithms I set all data to positiv values,
before running lm():
cplex6.time..sec..[cplex6.time..sec..<=0.00001]=0.00001
features.meanOver.frust[features.meanOver.frust<=0.00001]=0.00001
features.meanOver.minDist[features.meanOver.minDist<=0.00001]=0.00001
[...]
features.varOver.varDist[features.varOver.varDist<=0.00001...
2018 Aug 30
0
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
...om
>
> qemu-kvm-0.12.1.2-2.506.el6_10.1.x86_64
> qemu-img-0.12.1.2-2.506.el6_10.1.x86_64
>
> to
>
> qemu-img-0.12.1.2-2.503.el6_9.6.x86_64
> qemu-kvm-0.12.1.2-2.503.el6_9.6.x86_64
>
> and booted into
>
> kernel-2.6.32-754.3.5.el6.x86_64
>
> unfortunately no positiv effect.
>
> The system/host/workstation crashes/panics immediately after
> starting a guest system (EL6) with virsh start guest-name.
>
>
> BTW upstream bug report:
>
> https://bugzilla.redhat.com/show_bug.cgi?id=1623692
Unfortunately I only get "You are not authorized...
2004 May 25
0
Description of profiles ?
Hello together,
I am working on liquid water profiles of clouds and would like to describe
these profiles in relation to a reference profile.
What is the best way to do this ? RMSE would equal positiv and negativ
deviations. Is it better to use a correlation coefficient ?
What is the best way, espacially when I want to find out profiles with the
same behaviour / shape, which are just more or less shifted / just have a
different mean value ?
Thanks for your help in advance !
Klemens
Dipl.-Geogr...
2006 Aug 30
0
fitting an interaction term
...al). The best model counts 9 Variables and includes an interaction term that was generated by the product of to continuous variables (a*b). All variables are correlated under a value of 0.7 (Spearman rank order) While the estimates of both main effects are negativ, the resulting interaction term is positiv. This change of sign makes it difficult to interpret the model and above all, is this perhaps due to a bad variable choice ?
Thanks a lot for helping
Christian
2007 Jun 21
1
Basic Question on error(_(...
...porting some Lapack wrappers
into my own code, because they are not public. I'm specifically
choosing programs from R-2.5.0/src/modules/lapack/Lapack.c.
I can't seem to understand the context in functions such as:
<snip>
error(_("the leading minor of order %d is not positive
definite"),
i);
</snip>
in functions such as modLa_chol. Is there some place I can look to
understand the usage of the underscore '_', or could someone explain
this to me?
Thanks for the help!
2013 Oct 29
0
[Help] Net Groupmap failing
...n/smbd: Could not find child 7865 -- ignoring
The result is that i can list shares, c cant use this
Command: ' net groupmap add rid=512 unixgroup=domadmins type=d
ntgroup="Domainadmins" '
Error: adding entry for group Domainadmins failed!
Every other tests are positiv (smbclient, dns tests per host)... but the
domain isn't visible in Windows networks or by smbtree at linux clients.
I am trying now to report this as an bug, if you say it's not an user
problem ;)
Thanks for your attention in advance!
Kindest regards,
Daniel Klier
2006 Feb 18
2
Application Faxing using SIP
I have a specific business problem that I'm hoping someone has ideas and/or has already worked out a solution.
My application needs to be able to automatically create and issue faxes to many different fax machines. The volume is going to be very high. And it is only about sending faxes and not receiving them.
My application is hosted by an ASP but the Linux (Fedora 2) server is
2018 Aug 29
7
Panic / EL6 / KVM / kernel-2.6.32-754.2.1.el6.x86_64
Since the update from kernel-2.6.32-754.2.1.el6.x86_64
to kernel-2.6.32-754.3.5.el6.x86_64 I can not boot my
KVM guests anymore!? The workstation panics immediately!
I would not have expected this behavior now (last phase of OS).
It was very robust until now (Optiplex Workstation). I see some KVM
related lines in the changelog.diff. Before swimming upstream:
Does some one have problems