engines.Rd
The function shows available optimizer and sampling engines for a given family object.
engines(family, ...)
family | A family object or the name of the family. |
---|---|
… | Further family objects or names. |
engines(gaussian_bamlss, "gamma", cox_bamlss)#> gaussian gamma cox #> opt_bfit() TRUE TRUE FALSE #> opt_boost() TRUE TRUE FALSE #> opt_bbfit() TRUE TRUE FALSE #> sam_GMCMC() TRUE TRUE FALSE #> sam_BayesX() TRUE TRUE FALSE #> sam_JAGS() TRUE TRUE FALSE #> special_opt() FALSE FALSE TRUE #> special_sam() FALSE FALSE TRUE