mvregmed.grid.bestfit {regmed} | R Documentation |
Choose best fit model from a grid search based on minimum Bayesian Information Criterion
Description
Search over all models fit in a grid and choose model with min BIC as best model.
Usage
mvregmed.grid.bestfit(fit.grid)
Arguments
fit.grid |
An object of class mvregmed.grid, output from function mvregmed.grid |
Value
An object of class mvregmed, a single best fitting model.
Author(s)
Daniel Schaid and Jason Sinnwell
References
Schaid DS, Dikilitas O, Sinnwell JP, Kullo I (2022). Penalized mediation models for multivariate data. Genet Epidemiol 46:32-50.
See Also
[Package regmed version 2.1.0 Index]