search for: joshandlana

Displaying 1 result from an estimated 1 matches for "joshandlana".

2012 May 01
1
Questions
...was getting error messages for which may be helpful. Once I am able to get the frequency table to show up on my workbook I was also wondering how to export it to excel and keep the same formatting (spaces between the different frequency tables)? Thank you! Lana > getwd() [1] "/Users/JoshandLana" > dpx <- read.table(file.choose(), header = T, sep = "\t") > #edit(dpx) > View(dpx) > freqTable <- table(dpx$ActorID,dpx$EmotionFaceTask.RESP,dpx$Emotion) > write.table(dpx,"clipboard",sep="\t",col.names=NA) Error in file(file, ifelse(append,...