search for: hilda

Displaying 7 results from an estimated 7 matches for "hilda".

Did you mean: wilda
2007 Jul 20
0
Latest update gives me problems.
...ite_data(557) write_data: write failure in writing to client 192.168.111.30. Error Connection reset by peer [2007/07/20 10:34:48, 0] lib/util_sock.c:send_smb(765) Error writing 4 bytes to client. -1. (Connection reset by peer) [2007/07/20 10:35:22, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service profiles initially as user anders (uid=1002, gid=1001) (pid 5548) [2007/07/20 10:35:25, 1] smbd/service.c:make_connection_snum(700) hilda (192.168.111.30) connect to service anders initially as user anders (uid=1002, gid=1001) (pid 5548) [2007/07/20 10:35:27,...
2008 Aug 19
0
Converting monthly data to quarterly dataMonday, August 18, 2008 11:38 AM
...G > > 2008/8/18 stephen sefick <ssefick@gmail.com<http://us.mc339.mail.yahoo.com/mc/compose?to=ssefick@gmail.com> > > > > ?aggregate > > may do what you want > > > > On Mon, Aug 18, 2008 at 8:19 AM, Denise Xifara > > <dionysia-kiara.xifaras@st-hildas.ox.ac.uk<http://us.mc339.mail.yahoo.com/mc/compose?to=dionysia-kiara.xifaras@st-hildas.ox.ac.uk>> wrote: > > > Dear R users, > > > > > > I have a dataframe where column is has countries, column 2 is dates > > > (monthly) for each countrly, the next 10 c...
2009 Jan 06
1
.call file not updating MySQL CDR's
All; I have implemented an "autodialer" solution where I create .call files for each number to be dialed. The .call file is very simple in design: Channel: SIP/2405551212 at broadvoice-outbound Context: autodial MaxRetries: 5 RetryTime: 600 WaitTime: 60 CallerID: Hildas Cleaning <4105551111> Extension: 2405551212 Priority: 1 Account: 999 Archive: yes A problem recently started where the MySQL records were not being written (after 6 months of working flawlessly) although all other CDR records were fine. The solution turned out to be where I had to *downgra...
2008 Aug 18
1
Converting monthly data to quarterly data
Dear R users, I have a dataframe where column is has countries, column 2 is dates (monthly) for each countrly, the next 10 columns are my factors where I have measurements for each country and for each date. I have attached a sample of the data in csv format with the data for 3 countries. I would like to convert my monthly data into quarterly data, finding the mean over 3 month periods for
2008 Jul 28
3
speeding up loop and dealing wtih memory problems
Dear All and Mark, Given a dataset that I have called dat, I was hoping to speed up the following loop: for(i in 1:835353){ for(j in 1:86){ if (is.na(dat[i,j])==TRUE){dat[i,j]<-0 }}} Actually I am also having a memory problem. I get the following: Error: cannot allocate vector of size 3.2 Mb In addition: Warning messages: 1: In dat[i, j] <- 0 : Reached total allocation of 1535Mb: see
2008 Aug 05
0
unexpected problem
Dear R users, I have run into a very unexpected problem and I was hoping someone could explain it to me. I have a 650 000 by 12 matrix and I want to perform a rolling regression on it, width 36 or 48, using the package performanceAnalytics. ie: rol.lm<-rollingRegression(lm(y~x1+x2+x3+x4+x5),data=denise,width=36) The regressions occur without a problem and I store my output (coefficients,
2008 Jul 22
0
loop for multiple regressions
Dear all, I have the following data in excel: day1 y 1 2 3 2 3 x1 0.2 0.3 0.4 0.3 0.2 x2 7 3.4 2 8 6 day2 y 2 4 3 2 2 x1 0.4 0.5 0.3 0.3 0.2 x2 7 8 9.1 6 5 I have the following problems: first of all, when I ask R to read the file (with the package xlsReadWrite and the command read.xls) it has a problem with the fact that the left most corner is labelled the same way, so in order for it