Displaying 2 results from an estimated 2 matches for "510b".
Did you mean:
510
2004 May 27
1
automating aov function
I am running the aov function to determine the linear relationship between
individual genes and a number of covariates in a micro-array data set. My
aov function is working, but I have not been able to write a code to save
these results in a matrix. I am using the following code or a slight
variation of this code:
for(i in 1(length(m[1,])-20)
{tmp<- aov(m[,i]~treat, data=m)
2004 May 26
2
Opening help pages in new tab of existing Mozilla Firebird
Subject pretty much says it all. I currently have options()$browser
set to open help pages in Mozilla Firebird, but it starts a new window
each time and I would like a new 'tab' in an existing window.
Sorry if this is obvious, but I can't find anything.
Kevin Wright