search for: cannonangl

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

Did you mean: cannonangle
2010 Mar 06
1
transposing data
...nt variable is RT, and I want to get RT as observed at each combination of each level of all the variables listed in the timevar argument: exp1.r5.wide <- reshape(exp1.r5, idvar="Subject", direction = "wide", sep = "", v.names="RT", timevar = c("CannonAngle", "CannonOriB", "CannonOriR", "nRedPellets", "TargetColor", "tbearing")) Instead what I get is Subject plus six variables that are some sort of conjunctions of all the levels of each of the variables I want. Instead what I want is Subje...