search for: 16iso

Displaying 1 result from an estimated 1 matches for "16iso".

Did you mean: 16i
2010 Sep 28
2
Reshape
...low will create a toy example. The new wide data should have a column name for each unique entry in the "fame" column. Under each column should be either the appropriate weight or na, if there is no match. Thus, the end product should have column names: valley plot trt 18w 16iso 12:0, etc. Here is the toy script for the starting data in long form: dat <- data.frame(fame = gl(4,1,10, labels = c( "18w", "16iso", "12:0", "16w")), valley = gl(2,6,10, labels = c("H", "M")), plot = gl(5, 2, 10), trt = gl(2,1,10...