Displaying 3 results from an estimated 3 matches for "palenchar".
Did you mean:
alencar
2009 Mar 19
1
converting to strings
I have a list:
x<-c("abcg", "bcah", "defi")
I want the third and fourth thing in each item of the list ("bc", "ca",
"ef").
Peter
2001 Jan 08
1
New MP3 codec from FhG/Thomson
Taken from http://www.twice.com/html/pagebeta.cfm?InputKey=2853
-------------------------------------------------------------------------
Thomson, Fraunhofer Developing Enhanced MP3 Codec Called mp3PRO
Jan. 7, 2001
By Joseph Palenchar
Las Vegas -- Thomson and the Fraunhofer Institute, the co-developers of MP3,
are working with a third company to develop an improved MP3 codec intended
to deliver 128-Kbps MP3 performance at a 64-Kbps data rate.
The new codec, dubbed mp3PRO, would almost double the music-storage capacity
of MP3....
2012 Jun 07
0
how lm behaves
I was wondering if somebody could explain why I get different results here:
>treats[,2]<-as.factor(treats[,2])
>treats[,5]<-as.factor(treats[,5])
>treats[,4]<-as.factor(treats[,4])
#there are 'c' on more days than I have 'h2o2', where treats[,4] is the day. I only want 'c' that correspond to the same days that I have a 'h2o2' also.