These functions read and write to cache files for storing long MCMC outputs from model functions, such as solar.model or satellite.model.
这些功能读取和写入缓存文件用于存储长MCMC模型输出功能,如solar.model或satellite.model。
用法----------Usage----------
chain.read(filename)
chain.dim(filename)
chain.write(filename, A, append = FALSE)
参数----------Arguments----------
参数:filename
cache file for model chain
模型链的缓存文件
参数:A
chain array
链阵列
参数:append
append to existing file or overwrite?
附加到现有的文件或覆盖?