vis: distreg.vis function

View source: R/vis.R

visR Documentation

distreg.vis function

Description

Function to call the distreg.vis Shiny App which represents the core of this package.

Usage

vis()

Examples

library("gamlss")
library("bamlss")
# A gamlss model
normal_gamlss <- gamlss(NO ~ binomial1 + ps(norm2),
                        sigma.formula = ~ binomial1 + ps(norm2),
                        data = model_fam_data(),
                        trace = FALSE)

# Start the App - only in interactive modes
if (interactive()) {
distreg.vis::vis()
}

Stan125/bamlss.vis documentation built on Oct. 28, 2023, 6:58 p.m.