mmirestriktor {mmirestriktor}R Documentation

Mighty Metrika Interface to Restriktor Shiny App

Description

This function launches a Shiny app which allows users to fit and analyze models with restrictions using the mmir_model(), restriktor::iht(), and restriktor::restriktor() functions. The app provides a user interface to upload a CSV file, specify a model formula, and define constraints for informative hypothesis testing.

Usage

mmirestriktor()

Details

The app has the following functionalities:

Value

This function does not return a value; it launches a Shiny app in the user's default web browser.

Examples

if (interactive()){
  mmirestriktor()
}

[Package mmirestriktor version 0.3.1 Index]