search for: tamr

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

Did you mean: tar
2012 Mar 05
2
new to repeated measures anova in R
...to understand exactly what is happening in Anova versus aov is greatly appreciated. Looking at interaction plots, there does not appear to be a lot going on except for two regions with relatively (compared to other regions) different means for at least one Shoe type within the Region. Thank you, Tamre [[alternative HTML version deleted]]
2011 Dec 22
1
Adding math symbols to axis labels
I am trying to get m"dot"s^-1 in a x-axis label for a publication ready graph. I can get ms^-1 with no problem, but I can't get the symbol for the "dot" to work. I am have tried the following: plot(x,y,xlab=expression(paste("Target Velocity (",ms^-1,")")),ylab="Passage Probability",ylim=c(0,1)) which works fine. I tried changing to: