Displaying 2 results from an estimated 2 matches for "yearc".
Did you mean:
  year
  
2009 Jan 28
3
Newbie Question About Histograms
Hello everyone. Just have a question , cant figure out how to make this
histogram. 
I have this table, that i stored in a variable name new.data2. Table looks
like this
Year GeoArea SmpNo Month Gear Maturity Length Age YearC
1989       1   362    10   22        1    225   1  1988
1991       1   267    10   10        1    191   1  1990
1991       1   267    10   10        1    202   1  1990
1992       1   305    10    8        1    162   1  1991
1992       1   305    10    8        1    165   1  1991
1992       1   305...
2009 Jan 28
2
t.test in a loop
Hi All,
I've been having a little trouble with creating a loop that will run a a
series of t.tests for inspection,
Below is the code i've tried, and some checks i've looked at.
I've used the get(paste()) idea as i was told previously that the use of the
eval should try and be avoided.
I've run a single syntax to check that my systax is correct and works
without any problems