search for: co1

Displaying 20 results from an estimated 20 matches for "co1".

Did you mean: co
2013 Apr 26
2
Remove reciprocal data from a grouped animal social contact dataset
...ntacts may be recorded on one collar of the two. This is fine, it depends on battery life and other things that I will have to discuss! I now have each contact recorded as a 'group in 4 columns': > head(data) record start duration pair 1 1 27/05/2012 04:40 4948 CO1 CO12 2 2 31/05/2012 04:48 278 CO1 CO12 3 3 31/05/2012 05:30 3 CO1 CO12 4 4 31/05/2012 05:51 159 CO1 CO12 5 5 31/05/2012 05:56 47 CO1 CO12 6 6 31/05/2012 06:02 107 CO1 CO12 The first column shows the record number, the second shows the start dat...
2012 Oct 21
2
Questions and a blockpull issue
...t the latest stuff. 2. Should not virt-manager show the sparsed disk size instead of actual reserved size of a vm? 3. Where is the virsh bash_completion conf.d file from upstream; since el6 rpm for it seems have tab completion built right into virsh shell. 4. Created a disk-only snapshot of a vm CO1 called capture1 but the syntax of blockpulling seems to be opposite from what has been advertised on Fedora and other relative wikis. Check below and the error with first blockpull command. [root at KVM libvirt]# virsh snapshot-create-as CO1 capture1 "CO1s first snapshot test" --disk...
2013 Apr 12
2
Creating "%d/%m/%Y %H:%M:%S" format from separate date and time columns
...contacts, I need to calculate a contact end time. The contact starts at the date and time shown in V4 and V5, and lasts for the duration shown IN SECONDS in V6: > data2<- read.csv(file=file.choose(), header=F, sep=" ") > head(data2) V1 V2 V3 V4 V5 V6 1 3 PO4 CO1 2011-04-29 07:27:21 28 2 3 PO4 CO1 2011-04-24 05:57:39 20 3 3 PO4 CO1 2011-04-14 10:29:49 4 4 3 PO4 CO1 2011-04-16 07:27:31 63 5 3 PO4 CO1 2011-04-18 15:46:20 1 6 3 PO4 CO1 2011-04-18 15:45:57 1 To start with I have tried to make the start data and time into one new column: startt<- st...
2012 May 31
0
Expressions returned by a Package function
...rhcollect(len, 1) } }, 1:length(map.values), map.keys, map.values) NULL }) attr(,"class") [1] "expression" "rhmr-map" ewrap is defined in the GlobalEnv. In my package (Rhipe), a function rhwrap has the exact same definition rhwap <- function(co1=NULL,before=NULL,after=NULL){ co <- substitute(co1); before=substitute(before) j <- as.expression(bquote({ .(BE) result <- mapply(function(.index,k,r){ .(CO) },1:length(map.values),map.keys,map.values) .(AF) },list(CO=co,BE=before,AF=after))) class(j) <- c(...
2013 Feb 21
2
Arimax with intervention dummy and multiple covariates
...e, apart from some general description. The time series are of length n=34 (annual observations between 1977 and 2010). The policy measure was introduced in 2000 and it has been implemented once a year ever since. The variable of interest (VI) is continuous, and I have four continuous covariates (CO1-CO4), plus the dummy intervention variable (DUM) which is equal to 0 between 1977 and 1999 and equal to 1 since 2000. I thought of using an ARIMAX model, with the arimax() function in the TSA package to fit the transfer function. I'm interested in modelling the intervention effect as a step fu...
2012 May 31
1
Repost: Expressions returned by GlobalEnv functions and package functions
...rhcollect(len, 1) } }, 1:length(map.values), map.keys, map.values) NULL }) attr(,"class") [1] "expression" "rhmr-map" ewrap is defined in the GlobalEnv. In my package (Rhipe), a function rhwrap has the exact same definition rhwap <- function(co1=NULL,before=NULL,after=NULL){ co <- substitute(co1); before=substitute(before) j <- as.expression(bquote({ .(BE) result <- mapply(function(.index,k,r){ .(CO) },1:length(map.values),map.keys,map.values) .(AF) },list(CO=co,BE=before,AF=after))) class(j) <- c(...
2005 Oct 06
1
Compare two distance matrices
Hi all, I am trying to compare two distance matrices with R. I would like to create a XY plot of these matrices and do some linear regression on it. But, I am a bit new to R, so i have a few questions (I searched in the documentation with no success). The first problem is loading a distance matrix into R. This matrix is the output of a the Phylip program Protdist and lookes like this: 5
2013 Mar 29
1
Create values based on a table of conditions
...der to follow the movements of each animal rather than each collar I now need to create a new column that assigns the data by animal rather than by collar. I have a table of dates showing which animal was wearing which collar and when: > head(allocate) animal collar start_date end_date 1 CO1 36 16/07/2010 11/04/2011 2 CO1 64 12/04/2011 21/02/2012 3 CO1 25 21/02/2012 10/07/2012 4 CO2 28 16/07/2010 09/04/2011 5 CO2 11 12/04/2011 10/04/2012 6 CO3 46 16/07/2010 10/04/2011 > dput(allocate) structure(list(animal = structure(c(1L, 1L, 1L, 10L, 10L, 1...
2004 May 06
5
Orthogonal Polynomial Regression Parameter Estimation
Dear all, Can any one tell me how can i perform Orthogonal Polynomial Regression parameter estimation in R? -------------------------------------------- Here is an "Orthogonal Polynomial" Regression problem collected from Draper, Smith(1981), page 269. Note that only value of alpha0 (intercept term) and signs of each estimate match with the result obtained from coef(orth.fit). What
2010 Apr 07
2
[LLVMdev] Proposal: stack/context switching within a thread
...in pThisCtx will cause execution to transfer back ; to this context as if from a return from llvm.swapcontext. The linked ; context pointer corresponding to %pThisCtx is not modified. declare void llvm.swapcontext({}* %pThisCtx, {}* %pNewCtx) A simple example using these intrinsics: define void @co1({}* %thisCtx, {}* %data) nounwind { entry: %prevCtx = call {}* @llvm.getlinkcontext(%thisCtx) ; Now call print messages. After each print message, temporarily yield ; control back to the previous context. call void @printCo1FirstMessage() call void @llvm.swapcontext({}* %thisCtx, {}* %p...
2007 Apr 16
2
Simplify simple code
Dear expeRts, I would simplify following code. --------------------------------------------- youtput <- function(x1, x2){ n <- length(x1) y <- vector(mode="numeric", length=n) for(i in 1:n){ if(x1[i] >=5 & x1[i] <= 10 & x2[i] >=5 & x2[i] <=10) y[i] <- 0.631 * x1[i]^0.55 * x2[i]^0.65 if(x1[i] >=10 & x1[i] <= 15 &
2005 Jun 29
2
Recommend against Teliax as primary ITSP
...at least companies that peer with Cogent), but traceroutes show they are still with them. So far, when I've actually gotten ahold of a tech support person, they have told me to try different addresses for the server. They've changed recently from voip.teliax.com to ast01.teliax.com to voip-co1.teliax.com. Guess what? All the same server. Its just more of the same runaround. Since the day I switched to VoIP (with Teliax) as my primary outbound calling, more people have laughed at me for my choice of VoIP as a telco medium than can be counted. And these are people who respect me in th...
2010 Apr 11
0
[LLVMdev] Proposal: stack/context switching within a thread
...stored in pThisCtx will cause execution to transfer back ; to this context as if from a return from llvm.swapcontext. The linked ; context pointer stored in %pThisCtx is not modified. declare void llvm.swapcontext({}* %pThisCtx, {}* %pNewCtx) A simple example using these intrinsics: define void @co1({}* %thisCtx, i32 %startVal) nounwind { entry: %prevCtx = call {}* @llvm.getlinkcontext(%thisCtx) ; Now call print messages. After each print message, temporarily yield ; control back to the previous context. call void @printCo1FirstMessage(i32 %startVal) call void @llvm.swapcontext({}*...
2012 Nov 29
1
Hacked by Microsoft?
This morning someone tried to make sip call through my Asterisk. My server just drop these calls and record them in CDR with IP address: 2012-11-28 06:30:51 SIP/216... 1000 "1000" <1000> Hangup 999011972592249388 ANSWERED 00:01 Hacker: 168.63.67.239 2. 2012-11-28 06:30:49 SIP/216... 1000 "1000" <1000> Hangup 88011972592249388 ANSWERED 00:01 Hacker:
2010 Apr 11
3
[LLVMdev] Proposal: stack/context switching within a thread
Kenneth Uildriks <kennethuil at gmail.com> wrote: > As I see it, the context switching mechanism itself needs to know > where to point the stack register when switching.  The C routines take > an initial stack pointer when creating the context, and keep track of > it from there.  If we don't actually need to interoperate with > contexts created from the C routines, we have
2003 Oct 30
0
ADSI Pains
Still I cannot get ADSIprog to work, I have tried everything. -- Executing ADSIProg("Zap/1-1", "") in new stack -- ADSI Available on CPE. Attempting Upload. == Spawn extension (co1, s, 1) exited non-zero on 'Zap/1-1' * Hungup 'Zap/1-1' It hangs up right after it says it is attempting to upload. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031030/cf3...
2011 Nov 24
0
length of 'dimnames' [2] not equal to array extent
...read.csv("data.csv", header=FALSE) subj1 <- data.frame(radius=data$V3[9:11], x1=data$V4[9:11], x2=data$V5[9:11], x3=data$V6[9:11]) > subj1 radius x1 x2 x3 1 436.61 1.00000 0.000000 0.000000 2 735.27 1.00000 0.000000 0.000000 3 901.73 0.96081 0.053223 -0.055439 co1 <- multinomRob(model=list(radius ~ x1 + x2 + x3), subj1, starting.values=NULL, equality=list(radius ~ x1 + x2 + x3 + 0)) Error in dimnames(XYdata$Y) <- list(NULL, XYdata$ynames) : length of 'dimnames' [2] not equal to array extent I'm coming from a background of several years...
2007 Feb 06
3
Help - Poor Voice Quality
I'm struggling to get my VOIP installation to be acceptable. I'm looking for advice on what else I can look for. My system: o Teliax VOIP service, voip-ny1 proxy o RCN Cable Internet Service (3Mbps download, 500kbps upload, 6ms average jitter) o 3.2 GHZ P4 Server (runs asterisk, firewall, other stuff) o server lightly loaded o Linux kernel 2.6.19.2 o Shorewall Firewall software with
2003 Feb 06
6
Why does old kernel boot when new kernel installed?
I thought I'd summarise this with a proper subject line: 1. We used up2date to upgrade the kernel of a 7.2 machine that is doing far too much journalling (kjournald at 50% CPU+ often). 2. It installed fine, but when we reboot - GRUB only shows the old 2.4.7-10 although there are 3 kernels listed in grub.conf My Question is "How can we select booting to 2.4.18-24.7 when GRUB lonly lists
2005 Feb 08
21
TCP window based shaping
Does anyone have any pointers on how other people have implemented tcp window adjustment to do bandwidth shaping? Granted the basic idea is to set the window size to be RTT * bandwidth, but a quick squiz at google turns up mostly papers on how to implement this at the sender end with a view to some new magic TCP implementation. I''m really interested in notes on how to implement at