Displaying 2 results from an estimated 2 matches for "balch".
Did you mean:
  bach
  
2008 Apr 24
2
inverse F distribution in R?
Dear all,
I'm looking for a function that calls the inverse F-distribution.  
Something equivalent to FINV in matlab or excel.
Does anyone know if such a function already exists for R? (I haven't  
been able to find one.)
Thanks for any leads.
Best,
Jennifer
2005 Apr 05
4
lists: removing elements, iterating over elements,
I'm writing R code to calculate Hierarchical Social Entropy, a diversity 
index that Tucker Balch proposed.  One article on this was published in 
Autonomous Robots in 2000. You can find that and others through his web 
page at Georgia Tech.
http://www.cc.gatech.edu/~tucker/index2.html
While I work on this, I realize (again) that I'm a C programmer 
masquerading in R, and its really trick...