regression_table_multi | 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 included as a x variable in a multivariate model.
regression_table_multi(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.