writescythe.rd

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

RD
43
字号
\name{write.Scythe}\alias{write.Scythe}\title{Write a Matrix to a File to be Read by Scythe}\description{  This function writes a matrix to an ASCII file that can be   read by the Sycthe Statistical Library.  Scythe requires that  input files contain the number of rows and columns in the first  row, followed by the data.}  \usage{  write.Scythe(outmatrix, outfile=NA, overwrite=FALSE)}\arguments{  \item{outmatrix}{The matrix to be written to a file.}  \item{outfile}{The file to be written. This can include path information.}  \item{overwrite}{A logical that determines whether an existing file    should be over-written.  By default, it protects the user from    over-writing existing files.}}\value{  A zero if the file is properly written.}\examples{  \dontrun{  write.Scythe(mymatrix, "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 + -
显示快捷键?