search for: theyare

Displaying 3 results from an estimated 3 matches for "theyare".

Did you mean: they're
2007 Nov 05
1
Combining Density plots
Hello, What I am trying to do is: Generate a density plot of a population of data. This data has a bimodal distribution so I've isolated a couple of possible sub-populations and I want to overlay these two density plots over the first to see whether they are contributing to the bimodal population. I can do this fine with plot(density(...)) and lines(density(...)) . But the resulting plots
2004 Oct 08
1
reading partial file content
...from each colum saycol > >x > > (8,11,16,18??EUR??.20) and store it into a variable so that I couldperform > >some > > operations onthem. > > > > I have also looked into certain R-help for Read.table and data.framebut > > still struggling on my requirement. Theyare > > > >http://tolstoy.newcastle.edu.au/R/help/04/07/2040.html > >http://tolstoy.newcastle.edu.au/R/help/04/07/3152.html > > > > > >Regards > >Kunal > > > >______________________________________________ > > R-help at stat.math.ethz.ch maili...
2004 Oct 07
3
Read.Table Reading a Text file
Dear R users and Helpers I am beginner with using R and interested in carrying out certain task for my statistical research. I am reading data for a text file, which could contain data in following pattern x y 8 10 11 14 16 16 18 15 6 20 4 4 20 18 As per the example I have two columns and 7 rows of data in each. However is real life data situation I may not know how many columns are present