search for: manigs

Displaying 11 results from an estimated 11 matches for "manigs".

2006 Mar 07
3
glm automation
Hello, I have two problems in automating multiple glm(s) operations. The data file is tab delimited file with headers and two columns. like "ABC" "EFG" 1 2 2 3 3 4 dat <- read.table("FILENAME", header=TRUE, sep="\t", na.strings="NA", dec=".", strip.white=TRUE) dataf <- read.table("FILENAME", header=FALSE,
2010 Sep 05
1
Encoding on a "dumb" pc
I knew I left something out. It would be MP3 encoded at 16kbps/16000Hz -- Phil / w2lie On Sep 5, 2010, at 5:15 PM, Geoff Shang <geoff at QuiteLikely.com> wrote: > Hi, > > I guess the real question is what audio format and quality are you looking at here? > > You will need to have a CPU capable of encoding in real-time and you may not be able to do this with your budget.
2005 Aug 26
2
Unpaste Problem
Hello, Easy ways to "unpaste"? xp <- paste(x2, x3) # x2, x3 are two non-numeric columns. ............. ......................... xfg <- data.frame(xp,sc1, sc2, sc3) # sc1,sc2, sc3 are numeric cols. I want xp to be split up to form a new dataframe of the form (x3, sc1, sc2, sc3). IMPORTANT info : elements of xp have the form abc<space>efg, with abc in x2 and efg in
2008 Mar 07
2
Irregular Time Series Issue
Hello, I have an irregular time series of the form : Time Data Time1 Data1 .... 1 b 1 e 7 g 4 i NA NA 5 k NA NA NA NA ... (the columns have varying length of NAs after a certain point) Converting this to regular time series with Pastecs does not seem to work, when I see the entire data as a single series. So I remove
2010 Aug 16
2
tools for broadcasting
Hi all, I'm sending this to both lists because I want to know what both sides of the conversation think about this. For those of you on the icecast list, can I have a recommendation on the right tool to broadcast with? If you like, I'll send you my prerecorded shows, just tell me what the best way to send those is. For the audacity list now, would it be possible to develop a broadcasting
2006 Mar 08
0
survival
...k at the lattice package for some techniques for dealing with grouped data. If you want a simpler solution, look at using lines() and points() to add lines or points to a graph. Sean ------------------------------ Message: 28 Date: Wed, 8 Mar 2006 01:55:39 +0530 From: "A Mani" <a.manigs at gmail.com> Subject: [R] glm automation To: r-help <r-help at stat.math.ethz.ch> Message-ID: <a6821d990603071225q3c17c769mbec37b69c09fae58 at mail.gmail.com> Content-Type: text/plain Hello, I have two problems in automating multiple glm(s) operations. The data file is tab...
2010 Sep 25
1
Icecast2 Station with multiple scheduled DJs?
is it free and will it work with my shoutcast server? On 9/25/10, John List <johnlist at gulfbridge.net> wrote: > At WXBH-LP we had a similar need, and we solved it using mpd (music > player daemon) to coordinate our feed to icecast. > > mpd is a music player (supporting playlists, etc.) originally designed > for local network streaming, but it has several attributes that
2010 May 24
7
Icecast2 Station with multiple scheduled DJs?
I have been playing with Icecast only for a couple of days, and I am trying to figure out how to do something. I want a listener to have to only deal with one stream, but I want to be able to switch the source of that stream between multiple sources (DJs). The core idea is that the listener only deals with /live.mp3 while in the background I can problematically switch between a series of live
2006 Mar 03
2
Strange Expression
Hello, I have a dataframe with a column 'col' of expressions of the form 2*3+4*5+6*7 and substrings thereof. Now >eval(2*3+4*5+6*7) is ok. But I want it done on that column... nothing seems to work Even > cil <- dataframe$col >eval(cil[1]) 2*3+4*5+6*7 I want the elements of the column evaluated. Thanks, A. Mani Member, Cal. Math. Soc [[alternative HTML version
2005 Aug 19
0
Re : A. Mani : Avoiding Loops
On Friday 19 August 2005 11:54, Sean O'Riordain wrote: > Hi, > I'm not sure what you actually want from your email (following the > posting guide is a good way of helping you explain things to the rest > of us in a way we understand - it might even answer your question! > > I'm only a beginner at R so no doubt one of our expert colleagues will > help me... >
2005 Aug 22
0
R-help Digest, Vol 30, Issue 22
Re: A. Mani : Avoiding loops (Petr Pikal) > Message: 9 > Date: Mon, 22 Aug 2005 06:40:45 +0200 > From: "Petr Pikal" <petr.pikal at precheza.cz> > Subject: Re: [R] A. Mani : Avoiding loops > To: "A. Mani" <a_mani_sc_gs at vsnl.net>, r-help > <r-help at stat.math.ethz.ch> > > On 20 Aug 2005 at 3:26, A. Mani wrote: > > > On