vector of variable names in R

后端 未结 3 1413
鱼传尺愫
鱼传尺愫 2020-12-09 12:50

I\'d like to create a function that automatically generates uni and multivariate regression analyses, but I\'m not able to figure out how I can specify **variables in vector

3条回答
  •  独厮守ぢ
    2020-12-09 13:38

    you could use a list k=list(a,b). This creates a list with components a and b but is not a list of variable names.

提交回复
热议问题