search for: handpref

Displaying 1 result from an estimated 1 matches for "handpref".

Did you mean: handorf
2006 Nov 28
2
Problem with pairs() in nlme
...e: vf <- read.table("http://www.people.virginia.edu/~mk9y/ LongFormat.csv", header = TRUE, sep=',') names(vf) <- c( 'slant', 'estimate', 'respType', 'visField', 'hand', 'order', 'sex', 'subject', 'handPref' ) require(reshape) vf <- sort_df(vf, vars = 'slant') vf$subject <- factor(vf$subject) summary(vf) vfr <- subset(vf, handPref == 'R', select = -handPref) vfr <- subset(vfr, slant %in% c(10, 20, 30)) _____________________________ Professor Michael Kubovy University o...