The independent variables, or "x"s are the variables and interaction terms that you are including in your model because you think they will help you to predict your y values (or for logistic regression, help you to predict the log odds that your y value is a 1). Independent variables can be numeric or categorical, and the same model can include both types. To read about selecting model terms from the list of datasets, click here.