similar to: Help with rearranging data

Displaying 20 results from an estimated 8000 matches similar to: "Help with rearranging data"

2008 Aug 14
1
Moving Average Question
Dear all. I have data that looks like this: Biller Cycle Jan Feb Mar Apr May JuneAB 1 100 150 150 200 300 450JL 2 650 600 750 700 850 800JL 3 700 740 680 690 700 580IR 1 455 400 405 410 505 550IR 4 600 650 700 750 650 680IR 5 100 150 120 130 140 190IR 9 600 640 630 625 680 690 For each biller and cycle, I want to determine the six
2005 Jul 14
1
bug in dovecot search
A007 search from phyllis * SEARCH 484 A007 UID SEARCH CHARSET "US-ASCII" ALL FROM {7} phyllis * SEARCH 007 UID SEARCH CHARSET "US-ASCII" ALL FROM "phyllis" * SEARCH Regards, Cor
2006 Jun 07
1
Using DRb within Rails
I want to use DRb within my Rails app. Right now I''ve got a very basic class: class PaymentGateway cattr_accessor :ssl_config, :host, :port def self.gateway @@gateway ||= new end def process(amount, card, type = :auth) @biller.process(amount, card, type) end def set_card(user_id, number) @biller.set_card(user_id, number) end protected def initialize
2013 May 01
1
Call "stuck" in queue
Asterisk 11.1.0 One queue with strategy=leastrecent. (Full queues.conf below.) Occasionally (several times today), a caller will get "stuck" in the queue - there are operators available to take the call, but the caller stays in the queue for a long time. Any idea what might cause this, or where I can start looking to debug it? I'm going to start digging through the queue log
2006 Dec 25
1
A case including VAD bug
Hi all: I was analysising the speex code these days and learned much from it. Thank you so much! But I have a question about VAD: After preprocess(denoise and agc are off, vad is on),the input pcm speech was distorted seriously.The input speech include ten syllables(one~ ten), but the output speech lost one! Can you tell me why? Please see the attachment about input and output: (See attached
2010 May 30
1
Count the number of consecutive 1's
Hi All, We have a raw dataset that, on the sampling time column, for example: t <- c(0,1,2,5,0,5,0,2,5) And we need to create a second column that indicates the day of the sampling, so the end result of what we want is a vector: 1,1,1,1,2,2,3,3,3 Additional information that might simplify the matter is that, for each day, the time starts with zero and ends with 5. I am a beginner with R.? So
2014 Feb 18
1
[Announce] Samba 4.0.15 Available for Download
===================================================================== "Housework can't kill you, but why take a chance? Phyllis Diller ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.0. Changes since 4.0.14: --------------------- o Michael Adam <obnox
2014 Feb 18
1
[Announce] Samba 4.0.15 Available for Download
===================================================================== "Housework can't kill you, but why take a chance? Phyllis Diller ===================================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.0. Changes since 4.0.14: --------------------- o Michael Adam <obnox
2008 Sep 03
1
statistical advice
Hello, I am a researcher in sleep and circadian rhythms who is having much trouble deciding on proper statistical analyses. Before I state my question, I provide a brief synopsis of the looming problem; I am interested in activity bout distributions across a 24 hr day. In addition to looking at the number of activity bouts across the day, I am also interested in the duration of each activity
2006 Jun 10
4
collection_select question
How do I specify which option should be initially selected when using the collection_select command? I''ve tried: collection_select(:selectionfilter, :producer_id, Producer.find(:all), :id, :name, {:include_blank => true, :selected_value => @initial_selection}) However it doesn''t return the desired results (the option with the value of @initial_selection selected).
2009 Apr 01
10
FOR IMMEDIATE RELEASE: NEW CHANNEL DRIVER FOR ASTERISK RELEASED TODAY
* NEW CHANNEL DRIVER FOR ASTERISK 1.6 AND VOXSWITCH 3 ADDS AUDIO AND VIDEO TO MICROBLOGGING! In a surprising move, Digium in partnership with Edvina today released a new channel driver for Asterisk, chan_tweet. The driver connects seamlessly to several microblogging platforms, including Twitter, Facebook, Laconi.ca/Identi.ca and GSM text/SMS. The main feature of this new module is to
2003 Jul 17
0
masquerade and tc problem
Hi, My friend uses ipchains with kernel 2.4.21 :) It''s funny but it''s true. The problem is that he marks the packets and after this the tc filter doesn''t catch them. ipchains -A input -s 192.168.1.41/28 -j ACCEPT -m 0x2 -t 0xff 0x2 ipchains -A forward -s 192.168.1.41/28 -j MASQ -m 0x2 ipchains -A input -s 192.168.1.240 -j ACCEPT -m 0x3 ipchains -A forward -s
2003 Jul 23
2
arpd question
Hi all, I have noticed that the "CONFIG_NETLINK" has been removed since kernel version 2.4.17, does this mean that we cannot use "arpd" with kernel versions 2.4.17 onwards. vishy _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
2006 Aug 12
1
has and belongs to many different?
Is there such a thing? I am thinking of an application that has something like this: 1. person has many things - there is a ''persons'' table 2. the things he has are stored in a table that is something like this person_id, thing_table_name, thing_id For example, it may map to person1, books, 23 #Person 1 owns book 23 person1, books, 25 #Person 1 owns book 25
2011 Apr 21
1
Rearranging columns with cbind
I'm getting an error that I don't understand when trying to rearrange my data columns with cbind. My data is in 27 columns, like so: > data <- read.table("CalledFeatsNimblegen.csv", header=T, sep=",") > names(data) [1] "MF_not_mC" "MF_promoter" "MF_genebody" "FF_not_mC" [5]
2009 Jul 13
1
R in rearranging equations
Hi, can anyone tell me if R can be used to rearrange very complicated equations in terms of one of the variables? I have: dx/dt = a*b*m*y*(1-x)-r*x and, having set: dy/dx = 0, need to rearrange in terms of x. The problem I have is that I don't know how to rearrange equations when the variables are not yet defined (I get messages warning me that x etc can't be found). I'm not sure
2006 Jun 23
0
R: rearranging data frame rows
Have a look at merge. Ciao Vittorio >----Messaggio originale---- >Da: f.calboli at imperial.ac.uk >Data: 23-giu-2006 18.10 >A: "r-help"<r- help at stat.math.ethz.ch> >Ogg: [R] rearranging data frame rows > >Hi All, > >I have two data frames. The first contains data about a number of individuals, >coded in the first column with a name, in an order
2011 Apr 21
1
Rearranging PCA results from R
Hi!! I'm having trouble selecting 10 out of 41 attributes of the KDD data set. In order to identify the components with the higher variance I'm using princomp. the result i get for summary(pca1) is: Comp.1 Comp.2 Comp.3 Comp.4 Comp.5 Comp.6 Comp.7 Comp.8 Comp.9
2009 Jul 17
2
Resolution changes sometimes rearranging desktop
Sometimes when I play games that use a resolution different from my normal X display, the windows on my workspace get shifted over toward the upper left. It's an issue that's been happening for a long while and I'm not sure if this is more of a general X issue or something specific to wine. As far back as I remember, it only happens with wine (0.x-0.9, 1.0, 1.1) and I've seen it in
2007 Jun 11
1
Rearranging Capture History Data in R
What code can i use to convert a table like this: Tag# Date 1 1 2 1 3 1 4 1 2 2 4 2 1 3 2 3 4 4 Into one like this: Tag 1 2 3 4 #Date header 1 1 0 0 1 2 1 1 1 0 3 1 0 0 0 4 1 1 0 1 Thanks, Ben Cox Research Assistant (M.S.) Montana Cooperative