runMIE: Run Shiny MIE application

View source: R/server.functions.R

runMIER Documentation

Run Shiny MIE application

Description

Run Shiny MIE application

Usage

runMIE(model = NULL, data = NULL, group = NULL, verbose = FALSE)

Arguments

model

Character, lavaan formula. Special value "demo" to use simulated dataset and model.

data

Data.frame containing only the variables to be used in calculations. May contain only numeric variables. If 'group' argument is not specified, the group variable should be the first in the data.

group

Character, name of the variable in data.

Examples

if (interactive()) { 
runMIE("f =~ a1 + a2 + a3", mydr, "municipality") 
})


MaksimRudnev/MIE.package documentation built on March 5, 2024, 1:24 p.m.