read.Scythe | R Documentation |
This function reads a matrix from an ASCII file in the form produced by the Scythe Statistical Library. Scythe output files contain the number of rows and columns in the first row, followed by the data.
read.Scythe(infile = NA)
infile |
The file to be read. This can include path information. |
A matrix containing the data stored in the read file.
Daniel Pemstein, Kevin M. Quinn, and Andrew D. Martin. 2007. Scythe Statistical Library 1.0. http://scythe.wustl.edu.s3-website-us-east-1.amazonaws.com/.
write.Scythe
## Not run:
mymatrix <- read.Scythe("myfile.txt")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.