log_regr_data | R Documentation |
A dataset containing information about the admission to graduate school of 400 individuals; the dataset features a binary dependent variable and 3 predictors. Dataset is after: https://stats.idre.ucla.edu/r/dae/logit-regression/
data(log_regr_data)
A data frame with 400 rows and 4 variables
admit. Binary dependent variable (admission yes=1, admission no=0)
gre. Graduate Record Exam score; predictor (continuous)
gpa. Grade Point Average; predictor (continuous)
rank. Prestige of the undergraduate school (ordinal)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.