BayesSummaryStatLM: MCMC Sampling of Bayesian Linear Models via Summary Statistics
> library(BayesSummaryStatLM)
Loading required package: mvnfast
Loading required package: ff
Loading required package: bit
Attaching package bit
package:bit (c) 2008-2012 Jens Oehlschlaegel (GPL-2)
creators: bit bitwhich
coercion: as.logical as.integer as.bit as.bitwhich which
operator: ! & | xor != ==
querying: print length any all min max range sum summary
bit access: length<- [ [<- [[ [[<-
for more help type ?bit
Attaching package: 'bit'
The following object is masked from 'package:base':
xor
Attaching package ff
- getOption("fftempdir")=="/var/folders/8f/s_lbgwks6q7g3lz52q93ngph0000gn/T//RtmpQcpbzr"
- getOption("ffextension")=="ff"
- getOption("ffdrop")==TRUE
- getOption("fffinonexit")==TRUE
- getOption("ffpagesize")==65536
- getOption("ffcaching")=="mmnoflush" -- consider "ffeachflush" if your system stalls on large writes
- getOption("ffbatchbytes")==16777216 -- consider a different value for tuning your system
- getOption("ffmaxbytes")==536870912 -- consider a different value for tuning your system
Attaching package: 'ff'
The following objects are masked from 'package:bit':
clone, clone.default, clone.list
The following objects are masked from 'package:utils':
write.csv, write.csv2
The following object is masked from 'package:magrittr':
add
The following objects are masked from 'package:base':
is.factor, is.ordered
バージョン: 1.0.1
関数名 | 概略 |
---|---|
bayes.regress |
MCMC posterior sampling of Bayesian linear regression model parameters using only summary statistics |
read.regress.data.ff |
Read in Tabulated Data and Compute Summary Statistics |
regressiondata.nz.all |
Simulated data for Bayesian linear regression models, for use in package examples. |
regressiondata.nz.pt1 |
Simulated data for Bayesian linear regression models, for use in package examples. |
regressiondata.nz.pt2 |
Simulated data for Bayesian linear regression models, for use in package examples. |