Package 'MOsemiind'

Title: Marshall-Olkin Shock Models with Semi-Independent Time
Description: Provides tools for analyzing Marshall-Olkin shock models semi-independent time. It includes interactive 'shiny' applications for exploring copula-based dependence structures, along with functions for modeling and visualization. The methods are based on Mijanovic and Popovic (2024, submitted) "An R package for Marshall-Olkin shock models with semi-independent times."
Authors: Andjela Mijanovic [aut, cre], Bozidar Popovic [aut]
Maintainer: Andjela Mijanovic <andjela.m@ucg.ac.me>
License: MIT + file LICENSE
Version: 0.1.0
Built: 2025-03-07 07:08:30 UTC
Source: CRAN

Help Index


Launch Shiny App for 'MOsemiind'

Description

This function launches the interactive Shiny application for exploring copula-based dependence structures in Marshall-Olkin shock models.

Usage

launch_MOsemiind_app()

Value

No return value, called for side effects.

Examples

if (interactive()) {
  launch_MOsemiind_app()
}