Skip to content
Prev 75254 / 398502 Next

numeric operations w/ lists

Suggestions:

1. Read the relevant sections of "An Introduction to R" and the R language
definition to learn how to work with lists. 
3. ?lapply to learn how to use the apply family on lists

Hint: sapply(X,"-",y=Y)

The above references will tell you what these hieroglyphics mean and what
you get. Also why
matrix(unlist(X)-Y,nr=65) 

gives you the same result.

-- Bert Gunter
Genentech Non-Clinical Statistics
South San Francisco, CA
 
"The business of the statistician is to catalyze the scientific learning
process."  - George E. P. Box