search for: talkathon

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

Did you mean: hackathon
2008 Jun 26
2
a question regarding package building
...change the version, i.e. gives me 'mypkg_2.0.tar.gz"? It seems "-version" option doesn't do anything for me. Is it OK if I just change the version number in the file name manually? Thanks, ...Tao _________________________________________________________________ The i?m Talkathon starts 6/24/08.? For now, give amongst yourselves.
2008 Jun 24
1
Error Handling
...r (j in 1:1000){ fit<-lme(Expression~1,random=~1|MonkeyID, data=mydata1,subset=Probes==as.character(Probes_Blood_sub[j,"probe"])) ci<-intervals(fit)$reStruct$MonkeyID^2 m1<-rbind(m1,ci)} Thanks,Sityee _________________________________________________________________ The i’m Talkathon starts 6/24/08.  For now, give amongst yourselves. [[alternative HTML version deleted]]
2008 Jul 04
1
Test for multiple comparisons: Nonlinear model, autocorrelation?
...ercome the problem of independency? 2) Should I develop a second nonlinear model with months instead of days, but it would considerably increase a number of parameters in the model... Or: 3) ? Thanks for your help, Julia _________________________________________________________________ It’s a talkathon – but it’s not just talk. [[alternative HTML version deleted]]
2008 Jun 25
0
tiff()-bug (was re:Preparing high quality figures
...kages: >> [1] stats graphics grDevices utils datasets methods base >> other attached packages: >> [1] RWinEdt_1.8-0 >> loaded via a namespace (and not attached): >> [1] tools_2.7.1 >> > _________________________________________________________________ The i?m Talkathon starts 6/24/08.? For now, give amongst yourselves.
2008 Jun 24
3
loop with files
I'm trying to make a loop with many files... > library(dplR) > > files <- system("ls *.rwl", intern=TRUE) > > files [1] "cimfasy.rwl" "rocquce.rwl" > for (i in files) {a <- read.rwl(i,header=0)} There are 70 series There are 21 series > class(a) [1] "data.frame" This loop import all the files rwl in a single data.frame ( a
2008 Jun 17
4
PCA analysis
Hi, I have a problem with making PCA plots that are readable. I would like to set different sympols instead of the numbers of my samples or their names, that I get plotted (xlabs). How is this possible? With points, i don´t seem to get the right data plotted onto the PCA plot, as I do not quite understand from where it is taken. I dont know how to plot the correct columns of the prcomp
2008 Jun 28
19
Stopping example execution?
Hello, I''m wondering If I am missing something here when creating an example that sets an expecation at the top or beginning of an action but requires you to stub / mock everything that follows. Example: I want to test that a certain controller is running a before_filter...thats easy: - controller.should_receive(:require_user) - do_get But now i''ve got to mock / stub