search for: srang

Displaying 10 results from an estimated 10 matches for "srang".

Did you mean: sring
2007 Mar 29
1
ansari.test.default: bug in call to uniroot?
A recent message on ansari.test() prompted me to play with the examples. This doesn't work for me in R version 2.4.1 R> ansari.test(rnorm(100), rnorm(100, 0, 2), conf.int = TRUE) Error in uniroot(ab, srange, tol = 1e-04, zq = qnorm(alpha/2, lower = FALSE)) : object "ab" not found It looks like there's a small typo in ccia() inside ansari.test.default() in which 'ab' is passed to uniroot rather than 'ab2'. The definition of ccia below was just copied from https://svn.r-...
2002 Nov 03
1
Ansari-Bradley test (PR#2252)
Full_Name: Wei Xu Version: 1.5.1 OS: WindowsME Submission from: (NULL) (63.215.238.92) The P-value for a two.sided test is not consistent with the confidence interval. For example, P-value=0.1372, but the 95% CI doesn't include the H0 value(1). > x [1] 0.80 0.83 1.89 1.04 1.45 1.38 1.91 1.64 0.73 1.46 > y [1] 1.15 0.88 0.90 0.74 1.21 >
2005 Mar 17
1
kernlab sigest
hello, I have the following problem setting parameter 'frac' in the sigest function of the kernlab package. ## executing the ?sigest example: library(kernlab) data(spam) srange <- sigest(type~.,data = spam) ## works fine... ## setting 'frac' explicitly ## (in this case even to the default of .25) options(error=recover) srange <- sigest(type~.,data = spam, frac = .25) ## fails.. Error in model.frame(formula, rownames, variables, varnames, extras, extrana...
2005 May 25
1
[PATCH] Fix wrong use of g_strconcat
...0 +++ src/plugin_xmms/http.c 2005-05-25 16:17:30.000000000 +0200 @@ -484,7 +484,7 @@ static int http_connect (gchar *url_, gb flac_cfg.stream.use_udp_channel ? udpspace : ""); if (offset && !head) { gchar *temp_dead = temp; - temp = g_strconcat ("%sRange: %ll-\r\n", temp, offset); + temp = g_strdup_printf("%sRange: %llu-\r\n", temp, offset); fprintf (stderr, "%s", temp); g_free (temp_dead); }
2004 Oct 04
1
ASTERISK PACKET ANALYSIS
...39;ve analyzed the packet stream resulting from a SIP session through Asterisk, and I found that Asterisk sends a lot of useless messages! In example, it repeats the three way handshake (invite-ok-ack) every time, also when it has just to forward the 'bye' message. Has anyone found the same srange thing? thanks.. ------------------------------------------------------------------------- NUOVA WEBMAIL DI INTERFREE! Da oggi Interfree offre a tutti i suoi utenti un nuovissimo servizio di WebMail tra i più evoluti e una qualità professionale che si rinnova di continuo: - Controllo antiviru...
2002 Aug 18
1
Problem logging into Samba
Hi all, Got a srange problem and wondered if anyone could shed some light on it. Have set up Samba but I cant log in from a windows workstation (get a message saying that either the password is incorrect or access was denied). I have set all the users up and Linux users (red hat 7.2) and as smb user (had to do this m...
2009 Dec 29
4
pop3+leave messages on server
hi All, I have a srange problem. Before dovecot there was a courier imap and it worked just fine. The client(s) are the same then before, so I think, this is an server side problem. I have a user with Outlook and he uses pop3 and leaves messages on server. Sometimes the messages get downloaded again, when he starts...
2006 Dec 11
0
Solution of Rcmdr Problem in Quantian OS, Thanks...
...n of R, it can't be run properly in Quantian due to that Tcl/Tk does not support it. But, now, with helps from Dirk Eddelbuettel, problem was solved. The solution is just that reinstallation of R from debian packages not by compiling of 2.4.0 version source code. During the process, i noticed a srange thing, that is, if i start R in root user mode, result is: R : Copyright 2005, The R Foundation for Statistical Computing Version 2.1.0 (2005-04-18), ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type &...
2008 Dec 23
2
NoMethodError in Book#show_subjects
Hi, I am quite new to ROR.I am trying to create a rails simple application that has informations about Books and Subjects.Srangely, I finished creating a basic application, and it worked fine. But then , I just tried to add some more values in the database, and faced problem with migration, that just made me crazy. SO I deleted the database and did the database and migration thing all over again without touching rest of the...
2004 Sep 10
0
http streaming in the xmms plugin
...auth : "", + flac_cfg.stream.cast_title_streaming ? "Icy-MetaData:1\r\n" : "", + flac_cfg.stream.use_udp_channel ? udpspace : ""); + if (offset && !head) { + gchar *temp_dead = temp; + temp = g_strconcat ("%sRange: %ll-\r\n", temp, offset); + fprintf (stderr, "%s", temp); + g_free (temp_dead); + } + + g_free(file); + if(proxy_auth) + g_free(proxy_auth); + if(auth) + g_free(auth); + write(sock, temp, strlen(temp)); + write(sock, "\r\n"...