R version 3.3.2 (2016-10-31) -- "Sincere Pumpkin Patch" 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(Temp.(0C),Power(%),,Yield(%),30,30,,,9.65,30,,40,,,10.78,30,,50,,,11.68,40,,30,,,15.58,40,,40,,,18.61,40,,50,,,16.88,50,,30,,,15.98,50,,40,,,14.89,50,,50,,,13.71),dim=c(4,10),dimnames=list(c('R','A','B'),1:10)) Error: unexpected symbol in "x <- array(list(Temp.(0C" Execution halted