https://github.com/cran/ensembleBMA
Raw File
Tip revision: 89525d7919c0114f26639fbd67547eebedfa79ef authored by Chris Fraley on 14 August 2008, 00:00:00 UTC
version 3.0-5
Tip revision: 89525d7
modelParameters.fitBMAnormal.R
`modelParameters.fitBMAnormal` <-
function(fit, ...) 
{
 list(weights = fit$weights, 
      biasCoefs = fit$biasCoefs, 
      sd = fit$sd,
      model = "normal")
}

back to top