Skip to content
Prev 175601 / 398503 Next

naming vectors/ matrices in R

emj83 <stp08emj <at> shef.ac.uk> writes:
This is really difficult to understand. Try to make the example so that 
is can be pasted in R. For example, where is your dataframe A?

A = data.frame(a=1:10,b=1:10)
e = A[,1]
e


Dieter