distreg_checker: Check if model class is supported

View source: R/misc.R

distreg_checkerR Documentation

Check if model class is supported

Description

This function is a quick way to find out whether a specific model class is supported.

Usage

distreg_checker(x)

Arguments

x

Model object or model object in quoted form, e.g. "mymodel"

Details

This function is one of the cornerstones of distreg.vis. It decides which models are supported. All core functions of this package call distreg_checker multiple times. So, if a model class is support here, it is supported in the whole package.

At the moment, the following model classes are supported:

  • gamlss

  • bamlss

  • betareg from betareg

  • betatree from betareg


Stan125/distreg.vis documentation built on Oct. 31, 2023, 2:40 p.m.