LA_rstar {holi}R Documentation

Launch Shiny App for likelihoodAsy rstar Analysis

Description

This function launches a Shiny application that facilitates the setup and execution of likelihoodAsy rstar analysis. The app allows users to upload a dataset, specify a model and parameters of interest, and perform the analysis with the option to compute confidence intervals for r* statistics.

Usage

LA_rstar()

Value

A Shiny app object that can be run locally.

References

Pierce, D. A., & Bellio, R. (2017). Modern Likelihood-Frequentist Inference. International Statistical Review / Revue Internationale de Statistique, 85(3), 519–541. doi:10.1111/insr.12232

Bellio R, Pierce D (2020). likelihoodAsy: Functions for Likelihood Asymptotics. R package version 0.51, https://CRAN.R-project.org/package=likelihoodAsy.

Examples

if (interactive()) {
  LA_rstar()
}


[Package holi version 0.1.0 Index]