vis: distreg.vis function

Description Usage Examples

View source: R/vis.R

Description

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

Usage

1
vis()

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
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()
}

distreg.vis documentation built on Feb. 7, 2022, 5:06 p.m.

Related to vis in distreg.vis...