search for: sam4

Displaying 4 results from an estimated 4 matches for "sam4".

Did you mean: sam
2006 Apr 17
2
Problem using plot and converted dates
Dear R-help, I am having problems with plotting converted dates in chronological as Mar-03, May-03...Jul-04. My script is: sam4<-c("03/03/01","03/05/01","03/07/01","03/09/01","03/11/01","04/01/01","04/03/01","04/05/01","04/07/01") sam5<-strptime(sam4,format="%y/%m/%d") f<-data.frame(sam5,mkf) plot(f,type="l&quot...
2011 Mar 20
4
Nicecast (Mac) to Icecast/Icecast2
...the described issue I currently have. Situation is as follows: I run two gateways in my private network: (a) 10.10.10.100 and (b) 10.10.10.200. My webserver is running on (c) 10.10.10.30 on which I have my internet radio station running. Port from and to (c) redirected to 8000 for .m3u I use Sam4 on a notebook (10.10.10.71) for streaming to (c). So far no problems. Now I have an iMac on which I installed Nicecast (NC). From iTunes I want let Nicecast stream to my web server (c) like I do with my notebook now. The problem I face is that I can't contact with NC to my webserver (c). In...
2009 Feb 17
1
Having trouble listening to station with Audiorealm player.
Hi, I am having trouble listening to my live broadcasts using the audiorealm player. I am using SAM4 and MySQL with Icecast2. My operating system is Windows XP Home edition. The track info and history all show up fine, but the sound is still missing. I have been trying to get this to work for over a week now with no success. If there's anything else I need to tell you, please let me know. ----...
2004 Oct 04
2
Help with Affymetrix data
I have CEL files from Affymetrix Mouse Array 430_2 and am trying to get the the individual PM intensities (11 per gene) for each sample. I would like to write out this into a tab delimited text file. Where am I stalling? This is what I've done: Change dir(to where CEL files are saved) Data <- ReadAffy() eset <- rma(Data) write.exprs(eset, file="mydata.txt") With this I am