We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
contrasts_to_parameter_list function dropping digitals[0-9] from terms/variable names in contrast list
formula_expr: cancer_minus_health "(diseaseOMBC + diseaseMBC) / 2 - (diseaseH1 + diseaseH2 + diseaseH3 + diseaseH4 + diseaseH5 + diseaseH6) /6"
contrasts_to_parameter_list(formula_expr,
drop_back_quotes = FALSE)
[1] "diseaseOMBC" "diseaseMBC" "diseaseH"
The text was updated successfully, but these errors were encountered:
@zhanchen please have a crack at solving this (in a separate branch) for the R and Python APIs
Sorry, something went wrong.
zhanchen
No branches or pull requests
contrasts_to_parameter_list function dropping digitals[0-9] from terms/variable names in contrast list
formula_expr:
cancer_minus_health
"(diseaseOMBC + diseaseMBC) / 2 - (diseaseH1 + diseaseH2 + diseaseH3 + diseaseH4 + diseaseH5 + diseaseH6) /6"
contrasts_to_parameter_list(formula_expr,
[1] "diseaseOMBC" "diseaseMBC" "diseaseH"
The text was updated successfully, but these errors were encountered: