[R] How to find the lenth of more than ten variables?

2012-12-02 Thread killerkarthick
Hi I have one data set with 20 variables. I want to find the length of each variables at a time. Please help me .. Thanks in advance -- View this message in context: http://r.789695.n4.nabble.com/How-to-find-the-lenth-of-more-than-ten-variables-tp4651751.html Sent from the R he

[R] How to import data from text file using scan() Function?

2012-10-18 Thread killerkarthick
Hi I have one text file which containing 4 variables with 10 observations. I would like to import with scan() function. Please give some suggestion Thanks... Mydata set is. id namesex age 111 HELEN f 22 112 DONNA f 22 113 ERICm

Re: [R] How to create a table with borders?

2012-10-09 Thread killerkarthick
Thanks arun, But what is the alternative solution in windows. Please reply me. -- View this message in context: http://r.789695.n4.nabble.com/How-to-create-a-table-with-borders-tp4645470p4645527.html Sent from the R help mailing list archive at

[R] How to create a table with borders?

2012-10-08 Thread killerkarthick
Hi.. I tried to create a table with borders. But I am not able to create. I tried to use *latex()* function but it showing in a different please help me to create tables? the output comes as follows > rdata subject sex condition before afterchange 11 F plac

[R] How to remove the obs column in R?

2012-10-07 Thread killerkarthick
>From the following image I need to remove the obs column for my documentation purpose.Please reply me.. -- View this message in context: http://r.789695.n4.nabble.com/How-to-remove-the-obs-column-in-R-tp464

Re: [R] How to add a new row in to an existing data set in R Language?

2012-10-04 Thread killerkarthick
Thanks for your answer Arun, That above image shows the merge in SAS but its possible as same in R please reply me let me know? -- View this message in context: http://r.789695.n4.nabble.com/How-to-merge-data-set-in-R-Language-tp4644855p4645119.html Sent from the R help mailing list archive at

[R] How to add a new row in to an existing data set in R Language?

2012-10-04 Thread killerkarthick
Hi. I have one dataset with 3 variables with 4 observations. I want to add the some more observation into the existing dataset. Data;Mydata center drugchange 101 P 18 102 P 14 103 D 12 104 D 18 105 P 10 This is the data set. So

Re: [R] How to add a new row in to an existing data set in R Language?

2012-10-04 Thread killerkarthick
Hi Ista Zahn, Thanks for your advice. Please see the following Image. i am expecting the result should same in the image. -- View this message in context: http://r.78969

Re: [R] sorting dataframe

2012-10-03 Thread killerkarthick
Please show the data set... -- View this message in context: http://r.789695.n4.nabble.com/sorting-dataframe-tp840507p4644857.html Sent from the R help mailing list archive at Nabble.com. __ R-help@r-project.org mailing list h

[R] How to add a new row in to an existing data set in R Language?

2012-10-03 Thread killerkarthick
Hi... I have one 2 data set with 3 variables and 4 observations. I want to combine the two data sets. I tried with merge but it gives only the common values. I need common values and and remaining values also. Please help me? this is my data set dataset:1 nameva1 va2 AA 10 100 BB