create a lavaan model syntax based on a set of variable names and indicator names that comprise these variable names
ind_lav(vars, indicators)
character; lavaan model syntax
character; variable names
character; indicator names, may include unused indicators
Indicator names have to include the variable names like this: "...variable_...". Variable names have to be unique and cannot be contained in one another like this: "variable_" and "ariable_"