runShiny_tipsae {tipsae}R Documentation

Lauch Shiny App to Performs Small Area Estimation

Description

The command launches a Shiny application that assists the user from the data loading step to the export of the outputs. See the vignette for further details.

Usage

runShiny_tipsae()

Value

No value returned.

Examples


library(tipsae)

# Starting the Shiny application
if(interactive()){
 runShiny_tipsae()
}




[Package tipsae version 1.0.1 Index]