Description Usage Arguments Value Author(s) See Also
Convert a GlmBayesMfp object into a data frame
1 2 | ## S3 method for class 'GlmBayesMfp'
as.data.frame(x, row.names = NULL, ..., freq = FALSE)
|
x |
valid |
row.names |
optional rownames (default is to keep the names of the
|
... |
unused |
freq |
should empirical frequencies of the models in the sampling path be given? (not default) |
The data frame with the following columns:
the posterior model probabilities
the log marginal likelihood of the models
the log prior probabilities of the models
Additionally, for each uncertain fixed form covariates a column with the inclusion status, and for each fractional polynomial a column with the powers are returned.
Daniel Sabanes Bove daniel.sabanesbove@ifspm.uzh.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.