search for: sybilkennelly

Displaying 2 results from an estimated 2 matches for "sybilkennelly".

2012 Mar 13
2
sort list
Hello can anyone help please? i read two words "cell1", "cell2" into a list. I want to turn this list into a factor. > cell_data <-list(c('cell1','cell2')) > cell_data [[1]] [1] "cell1" "cell2" > factor_list <- factor(cell_data) Error in sort.list(y) : 'x' must be atomic for 'sort.list' Have you called
2012 Mar 10
2
max.print
Dear all. I wanted to read in a 20,000 row X 60 column matrix (called "table") into R. i did this: >R >table <- read.table("table", header=TRUE) >table it prints out the start of my table (~10000 rows by 7 columns) and then this error: [ reached getOption("max.print") -- omitted 5465 rows ]] There were 50 or more warnings (use warnings() to see the