Last build 2022-08-05. Rebuilding package with modern means in order to prepare expansion of package. Coding started in Jan 2022, fixing small issues...
bms()
: Fixed numerical tolerance bugs relating to enumeration over datasets with 1000+ observationsBuild 2013-11-22. Maintenance release to cope with changes in R version 3 compared to version 2. Alse see release notes at https://modelaveraging.wordpress.com/category/news/
Build 2013-11-17. Maintenance release to cope with changes in R version 3 compared to version 2
Build 2012-08-28. Maintenance release to fix inconsistencies in package version 0.3.0 (Warnings in package checks) under new R versions >=2.14
Build 2011-05-04
##Changes
pmp.bma()
bms()
now can hold a set of fixed regressors (argument fixed.reg)pred.density()
, plot.pred.density()
, print.pred.density()
, predict.bma()
, predict.zlm()
quantile.density()
, quantile.pred.density()
, quantile.coef.density()
pmpmodel()
post.var()
and post.pr2()
model.frame.bma()
, model.frame.zlm()
, deviance.bma()
, deviance.zlm()
, variable.names.bma()
, variable.names.zlm()
, logLik.zlm()
, vcov.zlm()
bms()
:
* bug with accept.candi = NA fixed
* problems with environment in non-standard settings fixed (in internal function .construct.arglist)
* mprior =="custompip" is now working properly (fixed in internal function .mprior.pip.init)
* fixed problem with sys.call in non-standard calling environments
plotComp()
:
* also works for single bma object now
* fixed display when variable names are too long, fixed many problems with graphical parameters - completely redone
topmod()
:
* bug when likelihood==-Inf, fixed (in internal function .top10)
* initializing with bbeta==FALSE now works properly (fixed in .top10)
density.bma()
: bug with par and plot.new fixed when argument addons contains "p"
image.bma()
: fixed display problems when variable names too long
plotConv()
(resp. plot.bma): fixed warning 'In min(x) : no non-missing arguments to min; returning Inf'
plotModelsize()
:
* bugfixes for parameter ksubset and graphical parameters
* can now cope with case when model prior is not available
bms()
, zlm()
, .choose.gprior, gdensity, .topmod.as.bbetaT
New functions gprior.constantg.init, gprior.eblocal.init and .gprior.hyperg.init now provide for generic handling of g-priors
Old functions lprob.*.init are still available for compatibilityBuild 2010-07-30, fixed a bug affecting with coefficient appearance
Build 2010-07-25, first release on CRAN