A StepWise Regression Subroutine



Hello,
I'm dealing with some data these days, and need a subroutine to do
the stepwise regression.
Would somebody give me one, sourcecode best, algorithm works too. Thank
you!
PS. I already have one version of that subroutine, but it was
written very ugly with more then
ten GOTOs and other confusing use. I almost cann't understand it!
Thanks.

.



Relevant Pages

  • Random number (object) problem. One solution?
    ... The algorithm fails 1/N^2 of the times. ... implicit none ... subroutine random_add ...
    (comp.lang.fortran)
  • Re: Fortran templates
    ... Fortran 95 implementation of the quicksort algorithm. ... subroutine does not directly touch the array it sorts; ... type-specific "compare" method to the generic quicksort method. ...
    (comp.lang.fortran)
  • generating a random permutation
    ... subroutine randperm ... Knuth's algorithm in his Volume 2, ... permutation, I was wondering if one of these three algorithms is to be ...
    (comp.lang.fortran)
  • Re: generating a random permutation
    ... The first one is the function `randperm' at the bottom of ... subroutine randperm ... Knuth's algorithm in his Volume 2, ...
    (comp.lang.fortran)
  • Re: passing functions or subroutines in a subroutine
    ... Suppose, you write a subroutine to solve an ODE dy/dx=f. ... should implement some algorithm for solution, e.g., Runge-Kutta, etc. ... float solve_ODE ) ...
    (comp.lang.fortran)