regression_table | R Documentation |
All-in-one publication ready regression table for glm models This function output a publication-ready regression table from a dataset. Each column of the dataset is independantly tested as a x variable in a univariate model.
regression_table(data, y_var, family = "gaussian")
data |
A dataframe with row corresponding to samples/patients and columns to variables. |
y_var |
A character string corresponding to the y variable. |
family |
Generalized linear model family (gaussian or binomial) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.