readscythe.rd

来自「使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。」· RD 代码 · 共 37 行

RD
37
字号
\name{read.Scythe}\alias{read.Scythe}\title{Read a Matrix from a File written by Scythe}\description{  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.}\usage{   read.Scythe(infile=NA)}\arguments{    \item{infile}{The file to be read. This can include path information.}}\value{  A matrix containing the data stored in the read file.}\examples{  \dontrun{  mymatrix <- read.Scythe("myfile.txt")  }}\references{   Daniel Pemstein, Kevin M. Quinn, and Andrew D. Martin.  2007.     \emph{Scythe Statistical Library 1.0.} \url{http://scythe.wustl.edu}.}\keyword{file}\seealso{\code{\link{write.Scythe}}}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?