basic_logistic_regression | R Documentation |
Performs logistic regression with numerous Y vals
basic_logistic_regression(expr_mat, p_data, model_formula)
expr_mat |
matrix of expression values |
p_data |
matrix with sample data |
model_formula |
a string of the form: y ~ x + o |
lm list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.