R version 2.9.0 (2009-04-17) 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(100.25 + ,1.8 + ,100.03 + ,99.6 + ,2.7 + ,100.25 + ,100.16 + ,2.3 + ,99.6 + ,100.49 + ,1.9 + ,100.16 + ,99.72 + ,2 + ,100.49 + ,100.14 + ,2.3 + ,99.72 + ,98.48 + ,2.8 + ,100.14 + ,100.38 + ,2.4 + ,98.48 + ,101.45 + ,2.3 + ,100.38 + ,98.42 + ,2.7 + ,101.45 + ,98.6 + ,2.7 + ,98.42 + ,100.06 + ,2.9 + ,98.6 + ,98.62 + ,3 + ,100.06 + ,100.84 + ,2.2 + ,98.62 + ,100.02 + ,2.3 + ,100.84 + ,97.95 + ,2.8 + ,100.02 + ,98.32 + ,2.8 + ,97.95 + ,98.27 + ,2.8 + ,98.32 + ,97.22 + ,2.2 + ,98.27 + ,99.28 + ,2.6 + ,97.22 + ,100.38 + ,2.8 + ,99.28 + ,99.02 + ,2.5 + ,100.38 + ,100.32 + ,2.4 + ,99.02 + ,99.81 + ,2.3 + ,100.32 + ,100.6 + ,1.9 + ,99.81 + ,101.19 + ,1.7 + ,100.6 + ,100.47 + ,2 + ,101.19 + ,101.77 + ,2.1 + ,100.47 + ,102.32 + ,1.7 + ,101.77 + ,102.39 + ,1.8 + ,102.32 + ,101.16 + ,1.8 + ,102.39 + ,100.63 + ,1.8 + ,101.16 + ,101.48 + ,1.3 + ,100.63 + ,101.44 + ,1.3 + ,101.48 + ,100.09 + ,1.3 + ,101.44 + ,100.7 + ,1.2 + ,100.09 + ,100.78 + ,1.4 + ,100.7 + ,99.81 + ,2.2 + ,100.78 + ,98.45 + ,2.9 + ,99.81 + ,98.49 + ,3.1 + ,98.45 + ,97.48 + ,3.5 + ,98.49 + ,97.91 + ,3.6 + ,97.48 + ,96.94 + ,4.4 + ,97.91 + ,98.53 + ,4.1 + ,96.94 + ,96.82 + ,5.1 + ,98.53 + ,95.76 + ,5.8 + ,96.82 + ,95.27 + ,5.9 + ,95.76 + ,97.32 + ,5.4 + ,95.27 + ,96.68 + ,5.5 + ,97.32 + ,97.87 + ,4.8 + ,96.68 + ,97.42 + ,3.2 + ,97.87 + ,97.94 + ,2.7 + ,97.42 + ,99.52 + ,2.1 + ,97.94 + ,100.99 + ,1.9 + ,99.52 + ,99.92 + ,0.6 + ,100.99 + ,101.97 + ,0.7 + ,99.92 + ,101.58 + ,-0.2 + ,101.97 + ,99.54 + ,-1 + ,101.58 + ,100.83 + ,-1.7 + ,99.54) + ,dim=c(3 + ,59) + ,dimnames=list(c('Y' + ,'X' + ,'Y1' + ,'') + ,1:59)) Error in dimnames(data) <- dimnames : length of 'dimnames' [1] not equal to array extent Calls: array Execution halted