View source: R/tsqca_helpers.R
| format_qca_solutions | R Documentation |
Formats a vector of solution expressions.
format_qca_solutions(solutions, var_names, use_tilde = TRUE)
solutions |
Character vector. Solution expressions from |
var_names |
Character vector. Variable names used in the analysis. |
use_tilde |
Logical. If TRUE, negation is represented as |
Character vector. Formatted solution expressions.
var_names <- c("KSP", "KPR", "PRD", "RVT", "RCM")
solutions <- c("KSPRVT + RCM", "~KPRPRD")
format_qca_solutions(solutions, var_names)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.