I have over 300 variables in my table. I want to choose only a handful of those variables to run through many procedures. Lm(), glm() etc..i have over 10 procedures that i need to run those variables everytime. Those handful of variables can change everytime which depends if output is satisfactory or not.
i like to know how to do this in R. Any help or even if someone can point to a previous thread will help.