R/modelParameters.fitBMAgamma.R

Defines functions `modelParameters.fitBMAgamma`

`modelParameters.fitBMAgamma` <-
function(fit, ...) 
{
#
# copyright 2006-present, University of Washington. All rights reserved.
# for terms of use, see the LICENSE file
#
 list(weights = fit$weights, 
      popCoefs = fit$popCoefs,
      biasCoefs = fit$biasCoefs, 
      varCoefs = fit$varCoefs,
      power = fit$power,
      model = "gamma")
}

Try the ensembleBMA package in your browser

Any scripts or data that you put into this service are public.

ensembleBMA documentation built on Sept. 2, 2022, 9:05 a.m.