summary.iBMA {BMA} | R Documentation |
Summaries of iterated Bayesian model averaging objects
Description
summary
and print
methods for iterated Bayesian model averaging objects.
Usage
## S3 method for class 'iBMA.glm'
summary(object, ...)
## S3 method for class 'iBMA.bicreg'
summary(object, ...)
## S3 method for class 'iBMA.surv'
summary(object, ...)
## S3 method for class 'iBMA.glm'
print(x, ...)
## S3 method for class 'iBMA.bicreg'
print(x, ...)
## S3 method for class 'iBMA.surv'
print(x, ...)
## S3 method for class 'iBMA.intermediate.glm'
summary(object, ...)
## S3 method for class 'iBMA.intermediate.bicreg'
summary(object, ...)
## S3 method for class 'iBMA.intermediate.surv'
summary(object, ...)
## S3 method for class 'iBMA.intermediate.glm'
print(x, ...)
## S3 method for class 'iBMA.intermediate.bicreg'
print(x, ...)
## S3 method for class 'iBMA.intermediate.surv'
print(x, ...)
Arguments
object |
object of type |
x |
object of type |
... |
other parameters to be passed to |
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.
Note
The summary function does not create a summary object
(unlike summary.lm
or summary.glm
).
Instead it directly prints the summary.
Note that no calculations are done to create the summary.
Author(s)
Ian Painter ian.painter@gmail.com