R version 3.3.1 (2016-06-21) -- "Bug in Your Hair" Copyright (C) 2016 The R Foundation for Statistical Computing Platform: x86_64-pc-linux-gnu (64-bit) 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(68.3,0,'FP',60.6,0,'FP',59,0,'FP',48.3,0,'FP',52.6,0,FS',63.6,0,'FS',46.3,0,'FS',60,0,'FS',62.7,0,RP',58.6,0,'RP',61.6,0,'RP',46.3,0,'RP',44,0,RS',50,0,'RS',57.3,0,'RS',64.3,0,'RS',61.6,96,'FP',64,96,'FP',66.3,96,'FP',58.6,96,'FP',60,96,FS',67.6,96,'FS',62.3,96,'FS',63.6,96,'FS',62.3,96,RP',63,96,'RP',59,96,'RP',61.3,96,'RP',65.6,96,'RS',65.6,96,'RS',70,96,'RS',71,96,'RS'),dim=c(3,32),dimnames=list(c('Value','Time','Treatment'),1:32)) Error: unexpected string constant in "x <- array(list(68.3,0,'FP',60.6,0,'FP',59,0,'FP',48.3,0,'FP',52.6,0,FS',63.6,0,'" Execution halted