https://github.com/cran/ensembleBMA
Raw File
Tip revision: ea0c78a3c549f0e14d5d8585b74546f91299cd6c authored by Chris Fraley on 25 January 2015, 00:00:00 UTC
version 5.1
Tip revision: ea0c78a
matchITandFH.R
`matchITandFH` <-
function(fit, ensembleData) {
#
# copyright 2006-present, University of Washington. All rights reserved.
# for terms of use, see the LICENSE file
#
UseMethod("matchITandFH")
}

back to top