[R] Need help with tables

2006-10-13 Thread laba diena
I have a data file with 3 columns and I need to take only 2, how to do that
?

[[alternative HTML version deleted]]

__
R-help@stat.math.ethz.ch 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.


Re: [R] Need help with tables

2006-10-13 Thread David Barron
I'm not quite sure what you mean, but if you are wanting to select
columns of a data frame, have a look at

 help([)

David

On 13/10/06, laba diena [EMAIL PROTECTED] wrote:
 I have a data file with 3 columns and I need to take only 2, how to do that
 ?

 [[alternative HTML version deleted]]

 __
 R-help@stat.math.ethz.ch 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.



-- 
=
David Barron
Said Business School
University of Oxford
Park End Street
Oxford OX1 1HP

__
R-help@stat.math.ethz.ch 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.


Re: [R] Need help with tables

2006-10-13 Thread Stefan Grosse
I suggest you look at one of the guides:
http://cran.r-project.org/other-docs.html
before answering questions like this to the mailing list... please read
the posting guide!

laba diena schrieb:
 I have a data file with 3 columns and I need to take only 2, how to do that
 ?

   [[alternative HTML version deleted]]

 __
 R-help@stat.math.ethz.ch 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.




__
R-help@stat.math.ethz.ch 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.


Re: [R] Need help with tables

2006-10-13 Thread John Kane

--- laba diena [EMAIL PROTECTED] wrote:

 I have a data file with 3 columns and I need to take
 only 2, how to do that

Have a look at the manual?
An Introduction to R
2.7 Index vectors; selecting and modifying subsets of
a data set

__
R-help@stat.math.ethz.ch 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.