I want to change the variable (which represents a dataframe column), that is a part of the formula, for looping this formula. It's important that I want to insert one var at the moment, because I want to work with this variable later, and only then to change it to another one (so, I guess "lapply" with a list of variables wouldn't be a solution?)
svychisq(~var1 + strata, svy_design)
I need this var1 (name of column) to be changed in a loop / function