Learn R Programming

BGGM (version 1.0.0)

shiny_bggm.explore: Shiny App for explore Objects

Description

Shiny App for explore Objects

Usage

# S3 method for explore
shiny_bggm(object, ...)

Arguments

object

object of class explore

...

currently ignored

Examples

Run this code
# NOT RUN {
fit <- explore(tas[,1:20],
               prior_sd = 0.20,
                iter = 5000)

sel <- select(fit)

shiny_bggm(fit)
# }

Run the code above in your browser using DataLab