Runs a simple logistic regression with only prs as a predictor.
Runs a more complex logistic regression with prs, age and sex as predictors
1 2 3 | simple_logistic_reg(full_table, phenotype, ...)
complex_logistic_reg(full_table, phenotype)
|
full_table |
data.frame containing phenotype and score information |
phenotype |
character vector for phenotype |
... |
dots argument for glm capabilities |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.