https://github.com/cran/flexmix
Raw File
Tip revision: 4e8feb18e508706cbcb10dd2e2cf373273fc3eb2 authored by Friedrich Leisch on 03 January 2005, 00:00:00 UTC
version 1.1-0
Tip revision: 4e8feb1
NAMESPACE
importFrom(stats, fitted, predict)
importFrom(stats4, AIC, BIC, logLik, plot, summary)

export(
       ExNPreg,
       ExNclus,
       FLXglm,
       FLXmclust,
       KLdiv,
       flexmix,
       plotEll,
       refit,
       stepFlexmix
       )


exportClasses(
              FLXcomponent,
              FLXcontrol,
              FLXglmmodel,
              FLXmodel,
              FLXrefit,
              FLXrefitglm, 
              flexmix,
              summary.flexmix
              )


exportMethods(
              AIC,
              BIC,
              KLdiv,
              coerce,
              cluster,
              fitted,
              flexmix,
              logLik,
              parameters,
              plot,
              posterior,
              predict,
              refit,
              show,
              summary
              )
back to top