R version 2.10.1 (2009-12-14) Copyright (C) 2009 The R Foundation for Statistical Computing ISBN 3-900051-07-0 R is free software and comes with ABSOLUTELY NO WARRANTY. You are welcome to redistribute it under certain conditions. Type 'license()' or 'licence()' for distribution details. R is a collaborative project with many contributors. Type 'contributors()' for more information and 'citation()' on how to cite R or R packages in publications. Type 'demo()' for some demos, 'help()' for on-line help, or 'help.start()' for an HTML browser interface to help. Type 'q()' to quit R. > x <- array(list(Weight,at,week,0,Weight,at,week,8,Treatment,group,Weight,loss,91.3,90.2,1,1.1,88.8,87.0,2,1.8,87.0,81.8,2,5.2,114.0,110.5,1,3.5,107.4,103.5,2,3.9,89.2,90.2,1,-1.0,84.1,84.0,1,0.1,90.0,87.6,2,2.4,95.4,95.0,1,0.4,97.3,93.6,1,3.7,108.1,100.9,2,7.2,101.5,101.9,1,-0.4,83.4,75.0,2,8.4,102.2,96.3,1,5.9,84.0,82.6,1,1.4,103.7,95.7,2,8.0,99.2,99.2,2,0.0,126.0,123.2,2,2.8,103.7,95.5,2,8.2,117.9,117.0,1,0.9,112.4,111.8,1,0.6,85.0,80.0,2,5.0,83.8,77.9,2,5.9,73.8,74.8,1,-1.0,67.7,66.1,1,1.6,106.9,103.7,2,3.2,102.5,102.0,1,0.5,81.5,78.9,2,2.6,79.5,82.2,1,-2.7,103.0,97.2,2,5.8,127.5,124.7,2,2.8,101.6,100.3,1,1.3,106.0,101.0,1,5.0,112.8,111.2,1,1.6,98.4,95.0,1,3.4,114.9,105.3,2,9.6,103.4,96.0,2,7.4),dim=c(12,38),dimnames=list(c('Inst','Exp','R'),1:38)) Error in as.vector(data) : object 'Weight' not found Calls: array -> as.vector Execution halted