Publications by Ramon Rodriguez-Santana, MBA,MPH
Binary Logistic Regression in R
Binary Logistic Regression A logistic regression is used to predict a class (or category) variable (y) based on one or more predictor variables (x). It is used to model binary output, that is, a variable that can have only two possible values (e.g., 0 or 1, yes or no, sick or not sick). Here are the steps for running a binary logistic regression...
1716 sym R (4510 sym/21 pcs) 1 img 1 tbl
Exploratory data analysis (EDA) using {summarytools}
Using the {summarytools} packageā¦ The {summarytools} package allows you to quickly create an EDA report in R. For more details related to this package please visit: https://cran.r-project.org/web/packages/summarytools/vignettes/introduction.html. Here are the steps to create a quick EDA report using this amazing R package. Note. To save the R ...
2017 sym R (2273 sym/16 pcs)