Package 'semdrw'

Title: 'SEM Shiny'
Description: Interactive 'shiny' application for working with Structural Equation Modelling technique. Runtime examples are provided in the package function as well as at <https://kartikeyab.shinyapps.io/semwebappk/> .
Authors: Kartikeya Bolar
Maintainer: Kartikeya Bolar <[email protected]>
License: GPL-2
Version: 0.1.0
Built: 2024-10-11 04:00:08 UTC
Source: https://github.com/cran/semdrw

Help Index


Launch semdrw Interface

Description

semdrw() loads interactive user interface built using R shiny.

Usage

semdrw()

Details

Start semdrw

The interactive user interface is to provide an easy way for people who are learning sem and writing research paper. Includes example data for testing out a few example analysis.

Value

Nothing

Examples

## Not run: 
library(shiny)
semdrw()

## End(Not run)