Learn R Programming

BMA (version 3.18.19)

summary.iBMA: Summaries of iterated Bayesian model averaging objects

Description

summary and print methods for iterated Bayesian model averaging objects.

Usage

# S3 method for iBMA.glm
summary(object, ...)
# S3 method for iBMA.bicreg
summary(object, ...)
# S3 method for iBMA.surv
summary(object, ...)
# S3 method for iBMA.glm
print(x, ...)
# S3 method for iBMA.bicreg
print(x, ...)
# S3 method for iBMA.surv
print(x, ...)
# S3 method for iBMA.intermediate.glm
summary(object, ...)
# S3 method for iBMA.intermediate.bicreg
summary(object, ...)
# S3 method for iBMA.intermediate.surv
summary(object, ...)
# S3 method for iBMA.intermediate.glm
print(x, ...)
# S3 method for iBMA.intermediate.bicreg
print(x, ...)
# S3 method for iBMA.intermediate.surv
print(x, ...)

Arguments

object

object of type iBMA.glm, iBMA.bicreg, iBMA.surv, iBMA.intermediate.glm, iBMA.intermediate.bicreg or iBMA.intermediate.surv.

x

object of type iBMA.glm, iBMA.bicreg , iBMA.surv, iBMA.intermediate.glm, iBMA.intermediate.bicreg or iBMA.intermediate.surv.

...

other parameters to be passed to print.bic.lmg, print.bicreg or print.bic.surv.

Author

Ian Painter ian.painter@gmail.com

Details

These methods provide concise and summarized information about the variables that have been examined up to the last iteration. If the result is a final result then the methods also display the results of calling print or summary on the Bayesian model average object for the final set of variables.