search for: farah

Displaying 7 results from an estimated 7 matches for "farah".

Did you mean: sarah
2008 May 14
2
Help
...ile list, copy the files to the remote and then finish, go to the next line and do the same thing over again, so it takes hours to create the file list and hours to copy. I just want it to create the file list once and copy what it needs to each machine, is there a way to do this? -- Victor Farah - Systems Administrator netmediaservices.net
2004 Aug 06
0
Liveice or Muse
...ething you can test in cvs on savannah.gnu.org/projects/muse, but has still bugs in. happy new year <p>- -- jaromil - http://korova.dyne.org - GnuPG key ID: 5B6E6D97 dyne.org resident hacker, hermetic codepoet and bitnik [dyne:bolic] http://dynebolic.org | dyne.org productions FARAH http://farah.dyne.org | fugbachgasse 12 / 18 FreeJ v0.4 http://freej.dyne.org | 1020 Vienna, AUSTRIA TUBOCATODICO http://tubo.dyne.org | tel: +43 1 92 56 318 <p>-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.7 (GNU/Linux) iD8DBQE9+fgtWLCC1ltubZcRAmzKAKCP4EkAi6jGTjrk8i1mEmBeah...
2004 Aug 06
2
Liveice or Muse
Pardo Juan Fernando wrote: > Somebody can answer me wich stream is better...Liveice or Muse ? > > --- >8 ---- > List archives: http://www.xiph.org/archives/ > icecast project homepage: http://www.icecast.org/ > To unsubscribe from this list, send a message to 'icecast-request@xiph.org' > containing only the word 'unsubscribe' in the body. No subject is
2011 Jun 07
3
Logistic Regression
I am working on my thesis in which i have couple of independent variables that are categorical in nature and the depndent variable is dichotomus. Initially I run univariate analysis and added the variables with significant p-values (p<0.25) in my full model. I have three confusions. Firstly, I am looking for confounding variables by using formula "(crude beta-cofficient - adjusted
2012 Apr 05
0
Warning message: Gamlss - Need help
...iver_ID)) + offset(logDuration), sigma.fo=~random(factor(Driver_ID)), data = na.omit(Data_Reduced), family=NBI, na.action = "na.omit") summary(model1) Thanks in advance. Best regards, Haneen -------------------------------------------------------------------------------------- Haneen Farah, Ph.D. Department of Transport Sciences School of Architecture & Build Environment KTH- Royal Institute of Technology Teknikringen 72, SE-100 44 Stockholm Tel: +46-8-7907977 fhanin@kth.se<mailto:fhanin@kth.se> http://home.abe.kth.se/~fhanin/ [[alternative HTML version deleted]]
2012 Mar 25
2
avoiding for loops
I have data that looks like this: > df1 group id 1 red A 2 red B 3 red C 4 blue D 5 blue E 6 blue F I want a list of the groups containing vectors with the ids. I am avoiding subset(), as it is only recommended for interactive use. Here's what I have so far: df1 <- data.frame(group=c("red", "red", "red", "blue",
2014 Jun 20
1
zuzufarah Help with ggplot 2 error: Aesthetics must either be length one, or the same length as the dataProblems
WUA_table<-WUA.df[,2:dim(WUA.df)[2]] WUA_discharge<-WUA.df[,1] colour_scheme<-palette(rainbow(dim(WUA_table)[2])) # Main scatterplot p1 <- ggplot(NULL, aes(WUA_discharge,WUA_table)) + geom_line() + scale_color_manual(values=colour_scheme)+ scale_x_continuous(expand = c(0, 0)) + scale_y_continuous(expand = c(0, 0)) + expand_limits(y = c(min(WUA_table) -