⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 writescythe.rd

📁 使用R语言的马尔科夫链蒙特卡洛模拟(MCMC)源代码程序。
💻 RD
字号:
\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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -