similar to: (no subject)

Displaying 20 results from an estimated 600 matches similar to: "(no subject)"

2009 Dec 11
1
some problems with ram usage and warnings
Hi, i am new to the R-project but until now i have found solutions for every problem in toturials, R Wikis and this mailing list, but now i have some problems which I can't solve with this knowledge. I have some data like this: # sample data head1 = "a;b;c;d;e;f;g;h;i;k;l;m;n;o" data1 = "1;1;1;1;1;1;1;1;1;1;1;1;1;1" data2 = "2;2;2;2;2;2;2;2;2;2;2;2;2;2" data3 =
2009 Dec 30
1
Fwd: Negbin Error Warnings
Dear Clara, Thanks for the reply. I am forwarding your message to the list, ok. When I wrote was a way of get further information to help the helpers. happy holidays, milton ---------- Forwarded message ---------- From: Clara Brück <clara_brueck@web.de> Date: 2009/12/30 Subject: Re: [R] Negbin Error Warnings To: milton ruser <milton.ruser@gmail.com> Dear Milton, Thanks for
2009 Dec 30
2
Negbin Error Warnings
Hi, I ran a negative binomial regression (NBR) using the Zelig-package and the negbin model. When I then try to use the simumlation approach using the setx () and sim() functions to calculate expected values and first difference for different levels of one of my independent variables, I get 50 errors warnings, telling me that the calculation rpois produced NAs. However, the data I use
2009 Nov 12
2
fetch bodystructure filename problem rfc2231
Hi, I have a problem with the filename of attachments in some clients. # dovecot 1.2.(5|7) * 3 FETCH (BODYSTRUCTURE (("text" "plain" ("charset" "us-ascii") NIL NIL "7bit" 13 1 NIL NIL NIL NIL)("text" "plain" ("charset" "UTF-8" "name" "ISO-8859-1''testanh%E4ng.txt") NIL NIL
2010 Jan 08
1
Using outer with function predict
Hey everybody, I have a problem with the combination of the commands outer() and predict(). I want to visualize the solutions of a regression modell in a matrix. Therefore I want to use the command predict for a linear modell as the function inside the command outer. I've made a small example: x = 1:10 y = 11:20 z = rnorm(10) lm.1 = lm(z ~ x*y)
2009 Nov 20
0
Advanced bridging/networking understanding
Hi all, Nowadays, I am runnig some test on my xen system to better understand the networking implementation. I use bridging and would like to know more details on how it works and how I can configure it. I run two guest domains and have no clue about how the buffering incide the bridge is implemented. I want to manipulate/customize the size of the bridge "buffers" to each guest domain.
2009 Dec 18
0
Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi, I'm quite sure we found a bug inside the codec (1.2rc1, wideband mode). It only occurs when speex is compiled with the FIXED_POINT flag. I feed in a 2000 Hz sine wave (-15 dBFS). When I simulate a single frame loss (i.e. pass a null pointer to speex_decode_int as second parameter for just one frame), the decoder starts to freak out a second later: It produces horrible noise with 0 dBFS.
2010 Jan 18
0
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Yes, I did. As mentioned earlier, only the enhancer inside the docoder produces a lot of overflow messages (it points to lines 68 and 69 inside ltp.c). When I turn the enhancer of (via SPEEX_SET_ENH control), the codec runs without any messages from the FIXED_DEBUG thing, regardless if the output signal is o.k. or not. best regards, Frank Jean-Marc Valin <jean-marc.valin at
2010 Jan 20
1
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi Jean-Marc, do you have any other ideas what to look for? Or do you currently debug yourself? As I already wrote, I'm out of ideas... best regards, Frank Frank Lorenz <Frank_wtal at web.de> hat am 18. Januar 2010 um 16:39 geschrieben: > Yes, I did. > > As mentioned earlier, only the enhancer inside the docoder produces a lot of overflow messages (it points to lines 68
2012 May 24
3
rails ajax issues
Hi * *I think this is my 4 or 5th post about the ajax issues with my rails code. But i couldn''t rectify my issues sofar. problem is, In my pages.html.erb have one text field and button. when i click on that button, the text field value will get into the controller through ajax,so after the function i need to get that value(textfield value) in same page. *page.html.erb*
2010 Jan 14
0
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
What happens if you change that line: if (cumul_gain > 262144) to use a smaller value? What value works OK (if any)? One more thing, when things go wrong, do they eventually go back to normal or does the codec never recover? It's unavoidable that the audio goes bad for a short period of time because of the long-term predictor. Jean-Marc On 2010-01-14 05:57, Frank Lorenz wrote: >
2010 Dec 25
3
cant login with my samba password only with my linux password
Hello, I have a strange problem with my samba server. When I try to connect with my (Windows)client and samba ask for the password, it's only accepting my linux-user password, not my samba-user password (set with smbpasswd and as root with smbpasswd <user>). And now the strange about it. When i change my sambapassword with smbpasswd, and try to login from my client, then the samba-user
2010 Jan 14
2
Fwd: Re: Fixed Point on wideband-mode: Single Frame loss on 2000 Hz sine causes "freak off"
Hi Jean-Marc, yes, problem exists in narrowband-mode, too. I already twiddled with max_gain, but did not have real success. I changed line 337 of ltp.c (function pitch_gain_search_3tap_vq) if (sum>best_sum && gain_sum<=max_gain) { to if (sum>best_sum && gain_sum<max_gain) { -- that stabilizes speex for 2000 Hz and 2200 Hz input on quality setting 7 (23800
2010 Sep 06
1
size limit of string/parse a string and convert to vector
Hi, I have a loop as follows, dataStr <- character(0) repeat{ fstr<-read.socket(sockfd) if(fstr=="") break dataStr<-paste(dataStr,fstr) } at what point does dataStr stop accepting(gets full)? I'm sending millions of records over the socket and need to know if all of it can go into dataStr. Also, Incase all of it cannot go into dataStr, I need to parse each
2010 May 17
2
Variable variables using R ... e.g., looping over data frames with a numeric separator
Hello, I have programmed in PHP a lot, and wanted to know if anyone figured out Variable variables using R. For example, I have several dataframes of unequal sizes that relate to L treatments (1, 2, 3, 4, 5,6, L) ... in this case L=7 fData.1 unique.1 fit.nls.1 summary.nls.1 fit.var.1 summary.var.1 ..... fData.2 unique.2 fit.nls.2 summary.nls.2 fit.var.2 summary.var.2 ..... fData.L unique.L
2012 Jan 19
2
Reading in tab (and space) delimited data within a script XXXX
Hello everyone, I use Bob Muenchen's approach for reading in "in-stream" (to use SAS parlance) delimited data within a script. This works great: mystring <- "id,workshop,gender,q1,q2,q3,q4 1,1,f,1,1,5,1 2,2,f,2,1,4,1 3,1,f,2,2,4,3 4,2, ,3,1, ,3 5,1,m,4,5,2,4 6,2,m,5,4,5,5 7,1,m,5,3,4,4 8,2,m,4,5,5,5" mydata <- read.table( textConnection(mystring),
2005 Dec 20
2
Unable to handle kernel NULL pointer
Hi, Running MySQL Cluster datanode (a process of large memory which checkpoints data to disk periodically) on a 2xXeon Dell PowerEdge SC1425 (2.6.9-5.ELsmp#1 SMP x86_64), and recieved this notice in /var/log/messages. The datanode process crashed, and using the partition after this seemed to hang processes, eg ls /data/ would hang. Reboot fixed this, boot.log states that the partition was clean,
2009 Nov 25
3
questions on the ff package
Hi, I have two questions on using the ff package and wonder if anyone who used ff can share some thoughts. I need to save a matrix as a memory-mapped file and load it back later. To save the matrix, I use mat = matrix(1:20, 4, 5) matFF = ff(mat, dim=dim(mat), filename="~/a.mat", overwrite=TRUE, dimnames = dimnames(mat)) To load it back, I use matFF2 = ff(vmode = "double",
2013 Aug 24
2
Looking for a tutorial or manpage describing sysctl params
Hi, I'm looking for a toturial or manpage describing all the thing that you can set with sysctl on RHEL 6 or CentOS 6. It apperas the the default /etc/sysctl.conf coming with the distribution gives a couple of errors on bridgen. Any hints??? Adrian -- Adri P. van Bloois Antonlaan 104 email: adrian at pa0rda.nl 3701 VG Zeist voice: +31-(0)-30-6912741 The Netherlands fax: NONE 52
2005 Apr 08
1
Wine and USB scanner access ?
Hi, I'm using latest Wine (20050310) with Debian sid (kernel 2.6.11). I own an USB 1.1 scanner : Agfa SnapScan 1212U. I successfully installed ScanWise software provided by the vendor (2.0.0.9 version) but when I launch it, it behaves as if the scanner's light wasn't on, or it was unplugged : it asks for me to connect the scanner. Below is the debugging info. I also tried to