Displaying 1 result from an estimated 1 matches for "tlnisemv1".
2005 Apr 27
1
dyn.load(), DLL, Fortran, TLNise software
...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 (tlnisemv1.o).
2) I edited TLNisemv1.src to point to my copy of tlnise.o.
I changed the path in...