Description Usage Arguments Details Value Examples
response ~ 1 + predictor[1] + predictor[2] + ... + predictor[n]
1 | compose_regression_formula_str(response, predictors, quote_char = "`")
|
response |
The response variable |
predictors |
The predictor variables |
quote_char |
A character for quotation of terms |
The function quotes variable names using quote_char
A string representing the regressino formula
1 2 | compose_regression_formula_str('HC326', c('covar', 'PRS.score-1'))
compose_regression_formula_str('HC326', c('covar', 'PRS.score-1'), quote_char='')
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.