Displaying 1 result from an estimated 1 matches for "peverso1".
Did you mean:
peterson
2005 Apr 27
1
dyn.load(), DLL, Fortran, TLNise software
Dear all,
I would like to call TLNise ("Two-Level Normal indipendent sampling estimation")
software within R.
This software estimates a hierarchical model and it can be download from
Philip Everson's website at
"http://www.swarthmore.edu/NatSci/peverso1/TLNise/tlnise.htm".
The TLNise software consists of:
1) a Fortran source code (tlnisemv1.f) and
2) a Splus code (TLNisemv1.src)
To use this codes within R:
1) I compiled the source code using g77 (from MinGW).
I typed "g77 -c tlnisemv1.f" to create a Fortran object file (tl...