Displaying 20 results from an estimated 30 matches for "postives".
Did you mean:
positives
2003 Feb 01
2
Re-assigning vector elements based on their initial values.
Is there an eloquent solution to re-assign vector element values?
I have a vector which contains chemical data, some of them are "flagged" as
non-detected values by their negative values.
I can find the statistics on the positive values in vector "v" simply by
typing:
>v<- c(5,5,-3,-3,7,8,10)
> v[(v>0)]
[1] 5 5 7 8 10
I can also convert to positive values by
2015 Mar 11
4
Why is Sieve trying to re-compile global scripts?
On 3/11/2015 11:10 AM, Olaf Hopp wrote:
> Please see the thread with subject
> "Sieve permissions issue following update"
> I tested sucessfully a developper issue last month
> on the hint of Stephan. Yesterday I started to test the currenr RCs.
>
> First I was disappointed, because the error seems to persist.
> So I double checked everything, recreated / recompiled
2006 Oct 02
1
qvalue
...lt;0.1 <1
p-value 22711 59067 262103 551316 1013241 1936797 20048103
q-value 3554 5211 9275 12807 16951 24557 20048103
I can see that there are many hits with very small q-values ,say q
<0.001, so to use that as cut off I have 5211 significant hits and can
expect ~ 5 false postives. But my pi0 is 1. Does it mean that all my
tests are true null and there are no significant results?
Thanks for your help.
Alex
------------------------------------
Alex Lam
PhD student
Department of Genetics and Genomics
Roslin Institute (Edinburgh)
Roslin
Midlothian EH25 9PS
Phone +44 131 52...
2011 Jan 14
1
SAMBA / CUPS Printserver
Okay, I've got some progress now. Have fairly decent printserver
working. I've been able to reproduce the same postive and negative
results in two physical servers and now (finaly destination) a vmware
server.
What's working:
ADS integration, this is a domain member
Printer driver installation (for a few drivers)
Printer installation / removal
Printing.
What's not working:
2008 Apr 01
1
garch prediction
Hello
I want to predict the future values of time series with Garch
When I specified my model like this:
library(fGarch)
ret <- diff(log(x))*100
fit = garchFit(~arma(1,0,0)+garch(1, 1), data =ret)
predict(fit, n.ahead = 10)
meanForecast meanError standardDeviation
1 0.01371299 0.03086350 0.03305819
2 0.01211893 0.03094519 0.03350248
2015 Mar 11
2
Why is Sieve trying to re-compile global scripts?
> Not sure how I got it to go away last time.
Might have gotten it to go away by deleting the scripts, causing an
email delivery, THEN creating the scripts again.
Although I think my ideas are all flawed:
I can delete the scripts and recreate and recompile all in the same
minute and I don't get errors.
I can cause the error to happen again by editing and recompiling
one of the files,
2009 Jan 20
1
two-sample test of multinomial proportion
Hi all,
This is perhaps more a statistics question than an R question, but I
hope it's OK anyhow.
I have some data (see below) with the number of tests positive to
subtype H1 of a virus, the number of tests postive to subtype H3, and
the total number of tests. This is for two different groups, and the
two subtypes are mutually exclusive.
What is the best way to test if the proportion of H1
2004 Sep 11
4
Cancor
Dear R's!
I am strugling with cancor procedure in R. I cannot figure out the
meaning of xcoef and of yxcoef.
Are these:
1. standardized coefficients
2. structural coefficients
3. something else?
I have tried to simulate canonical correlation analysis by checking the
eigenstructure of the expression:
Sigma_xx %*% Sigma_xy %*% Sigma_yy %*% t(Sigma_xy).
The resulting eigenvalues were the same
2013 Sep 25
1
Best and worst values for each date
Hi,
May be you can try this:
obj_name<- load("arun.RData")
Pred1<- get(obj_name[1])
Actual1<- get(obj_name[2])
library(reshape2)
dat<-cbind(melt(Pred1,id.vars="S1"),value2=melt(Actual1,id.vars="S1")[,3])? # to reshape to long form
colnames(dat)[3:4]<- c("Predict","Actual")
dat$variable<- as.character(dat$variable) #not that
2015 Mar 11
0
Why is Sieve trying to re-compile global scripts?
On 03/11/2015 07:17 AM, E.B. wrote:
>
> Might be unpredictable caching. Might be the error didn't go away
> last time I recreated due to different methods of creating the files.
> Who knows, I think I should give up and stop spamming the list
> with uneducated guesswork.
No - no spam at least for me.
Please see the thread with subject
"Sieve permissions issue following
2015 Mar 12
0
Why is Sieve trying to re-compile global scripts?
On 03/12/2015 12:02 AM, Stephan Bosch wrote:
> On 3/11/2015 11:10 AM, Olaf Hopp wrote:
>> Please see the thread with subject
>> "Sieve permissions issue following update"
>> I tested sucessfully a developper issue last month
>> on the hint of Stephan. Yesterday I started to test the currenr RCs.
>>
>> First I was disappointed, because the error
2006 Mar 29
3
beer
Hello, all
I have one string in my controller but i need to knwon how i verify if
it is numerical
Thanks...
--
Posted via http://www.ruby-forum.com/.
2009 Mar 09
2
understanding the output from survival analysis
Why do I get different sign of the coefficients of covariates when I run the
semi-parametric proportional hazard model (coxph) compared to the parametric
proportional hazard model (survreg)?
Anyone with experience in extracting information form survreg to make
predictions are free to contact me.
Cheers,
Ullrika
[[alternative HTML version deleted]]
2002 Dec 15
2
isolinux
hey guys,
im attempting to build my own linux distro. My first step is too get a linux
kernel and ramdisk image on a bootable cd via isolinux.
my problem seems to NOT be with pxelinux/isolinux, but with the kernel. Im
not postive so here whats happening.
the machine boots, and loads isolinux from the cd and presents a "boot:"
prompt to me. after i type in the kernel label it seems
2003 May 28
2
ANI matching trouble
Hi. I need to send calls to different programs depending on where the
call originates. For example, I need calls from San Diego (NPA 619 and
858) to to be routed differently than L.A. calls. I tried entries like:
exten => 4044633/_619.,1,OurApp,sandiego-queue
exten => 4044633/_858.,1,OurApp,sandiego-queue
exten => 4044633/_213.,1,OurApp,losangeles-queue
exten =>
2004 May 06
2
tdb_fetch failed
Hi,
I got a samba 3.0.2-6.3E (normal rpm) server running on Redhat Enterprise
3.0. since yesterday I can't connect to the printers share to administrate
the printer drivers. When I try to connect I get the following error in the
log file:
[2004/05/06 10:36:26, 0] lib/util_sock.c:read_socket_data(342)
read_socket_data: recv failure for 4. Error = Connection reset by peer
[2004/05/06
2005 Jul 28
3
Help troubleshooting save
I done plenty of saves before in rails, but I must be missing
something simple with this. Can a fresh set of eyes take a look at
this and see why it is not saving:
def addcash(uid)
c = Trade.new
c.attributes = {"user_id" => uid,
"tradetype" => ''9'',
"cash" => 10000}
breakpoint
if
2015 Mar 12
2
Why is Sieve trying to re-compile global scripts?
On 3/12/2015 11:56 AM, Olaf Hopp wrote:
> On 03/12/2015 12:02 AM, Stephan Bosch wrote:
>> On 3/11/2015 11:10 AM, Olaf Hopp wrote:
>>> Please see the thread with subject
>>> "Sieve permissions issue following update"
>>> I tested sucessfully a developper issue last month
>>> on the hint of Stephan. Yesterday I started to test the currenr RCs.
2014 Aug 11
2
Sieve: Saving "pristine" messages for backups and spam training
Hello,
I'm trying to work out a way to have my Sieve filter save a "pristine"
version of email messages as a backup, primarily to use for training the
spam filter. I would like is to have every message saved into a single,
site-wide directory (in the global sieve) before being processed
additionally and delivered. The messages in that directory will be used
to train the spam
2014 Feb 04
3
Applying a DNS RBL to deny authentication?
Hope to get some attention about this idea to reduce hacking passwords.
Here is a list of about 700,000 IP addresses that are hacking passwords
through SMTP AUTH
http://ipadmin.junkemailfilter.com/auth-hack.txt
This is a list of IP addresses that attempted to authenticate against my
fake AUTH advertizing on servers with no authentication. We do front end
spam filtering for thousands of