search for: dependentvari

Displaying 2 results from an estimated 2 matches for "dependentvari".

Did you mean: dependentvar
2010 May 14
1
Putting 6 graphs on one page
...ot;,"b","c","d","e","f") conditions.long<-c("It's a","It's b","It's c","It's d","It's e","It's f") for(i in 1:6) { IV<-conditions[i] filename2=paste("DependentVariable ","IV ",IV,".emf",sep="") win.metafile(file=filename2) out<-as.data.frame(tapply(data$DependentVariable.j,data[[IV]],mean)) out$IV<-as.factor(as.numeric(row.names(out))) names(out)[1]<-"j" out2<-as.data.frame(tapply(data$DependentVa...
2010 Jun 09
3
comparing two regression models with different dependent variable
Hi, I would like to compare to regression models - each model has a different dependent variable. The first model uses a number that represents the learning curve for reward. The second model uses a number that represents the learning curve from punishment stimuli. The first model is significant and the second isn't. I want to compare those two models and show that they are significantly