
Run Shiny MIE application
runMIE.RdRun Shiny MIE application
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 (FALSE) { # \dontrun{
if (interactive()) {
runMIE("f =~ a1 + a2 + a3", mydr, "municipality")
}
} # }