Read a list of matrices from a file for unbalanced repeated
measurements.
Usage
read.list(file="", skip=0, nlines=2, order=NULL)
Arguments
file
|
Name of the file to read
|
skip
|
Number of lines to skip at the beginning of the file
|
nlines
|
Number of lines per matrix
|
order
|
Order in which the lines are to be used as columns of the
matrix. If NULL, they are placed in the order read.
|
Description
read.list
reads sets of lines of data from a file and creates a
list of matrices. Different sets of lines may be have different lengths.Value
The list of matrices, each with nlines columns, is returned.Author(s)
J.K. LindseySee Also
read.survExamples
y <- read.list("test.dat")