Description Usage Arguments Details Value Author(s)
Compute Bayes Factor for a Imputed Model
1 2 3 4 5 6 7 8 9 10 | impute.model.comparison(
model1,
model2,
data,
predictors = NULL,
keep = T,
imputations = 20,
silent = F,
invert = F
)
|
model1 |
The full model |
model2 |
The reduced model |
data |
The dataset used for analysis. This dataset should contain predictors used to impute the missing values |
predictors |
A list of predictors (as a character vector) that identify which variables to keep (or drop; see below argument). |
keep |
Logical. Should the list of predictors be kept or dropped? Defaults to keep. |
imputations |
The number of imputations to be performed. Defaults to 20. |
blah blah blah
.mod Should the model be returned?
Dustin Fife
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.