.BG M
.VE $Header: /usr3/s/current/s/data/.help/RCS/mat2vecs,v 1.2 83/12/30 23:09:23 rab Exp $
.FN mat2vecs
.TL
?mat2vecs: Change Columns of Matrix to Individual Vectors
.CS
?mat2vecs(x, names)
.PP
.AG x
matrix of data.
Missing values (NAs) are allowed.
.AG names
character vector of names for the columns of `x'.  Should
not contain embedded blanks, special characters, etc.
.RT
This function creates on the work file datasets named by
`names', one for each column of `x'.
.EX
?mat2vecs(data,c("age","height","weight"))  # creates 3 vectors
  # named age, height, and weight
.KW array*
.KW manip
.WR
