tlnise 0.2-4
I uploaded a new version of tlnise today. This version fixes (I think) some warnings from the Fortran compiler that were making the package fail R CMD check.
I uploaded a new version of tlnise today. This version fixes (I think) some warnings from the Fortran compiler that were making the package fail R CMD check.
Version 0.2-2 of tlnise is on CRAN as I write. You can get it via
install.packages("tlnise")
in R. Tell your friends!
A source package and Windows binary package are available for tlnise version 0.1-4. This version has a fixed up man page and slightly better examples.
I've renumbered the versions for 'tlnise'. The current version, posted here is 0.1-3. This package is getting close to being released. I just need to clean up a few things and maybe add more docs.
Minor upgrade. This one actually contains a non-useless help page for the 'drawSample()' function.
I've packaged Phil Everson's TLNise software into an R package. There is a basic help page and I've added a function drawSample() which draws samples from the posterior distribution of the second-stage mean.
I'm working on creating an R package for Phil Everson's TLNise (Two-Level Normal independent sampling estimation) software. The conversion should be pretty straightforward since the original is written in S-PLUS. I should be able to post a source and Windows package soon.