On Fri, Sep 20, 2013 at 10:10 AM, Preetam Pal <lordpree...@gmail.com> wrote:

> I have 25 variables in the data file (name: score), i.e. X1,X2,.....,X25.
>
> I dont want to use score$X1, score$X2 everytime I use these variables.
>

attach(score)

plot(X1, X2) # etc. etc.

-Aaron

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
https://stat.ethz.ch/mailman/listinfo/r-help
PLEASE do read the posting guide http://www.R-project.org/posting-guide.html
and provide commented, minimal, self-contained, reproducible code.

Reply via email to