powered by
Formats a vector of solution expressions.
format_qca_solutions(solutions, var_names, use_tilde = TRUE)
Character vector. Formatted solution expressions.
Character vector. Solution expressions from minimize().
minimize()
Character vector. Variable names used in the analysis.
Logical. If TRUE, negation is represented as ~VAR.
~VAR
var_names <- c("KSP", "KPR", "PRD", "RVT", "RCM") solutions <- c("KSPRVT + RCM", "~KPRPRD") format_qca_solutions(solutions, var_names)
Run the code above in your browser using DataLab