I have a data frame that I created using read.table on a csv spreadsheet.
The data look like the following:

Steer.ID   stocker.trt   Finish.trt  Date   Days Wt ......

Steer.Id, stocker.trt, Finish.trt are factors------ Date, Days, Wt are data
that are repeated 23 times (wide format).  

I want to reshape the data such that I have the correct Steer.ID,
stocker.trt, Finish.trt identifying all of the repeated measures data in a
long  format.

I am a newbie at R and need to develop the skill in reshaping data, so that
I can handle routine problems like described above.

Thanks so much in advance for help or advice.

Bill
-- 
View this message in context: 
http://n4.nabble.com/Reshaping-a-data-frame-with-a-series-of-factors-and-23-repeated-measures-tp1695500p1695500.html
Sent from the R help mailing list archive at Nabble.com.

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to