From a773c8dfbf54d9f388801c9fa9ffb4e49b92774b Mon Sep 17 00:00:00 2001 From: Andrew Bray Date: Thu, 26 Feb 2015 09:37:12 -0500 Subject: [PATCH] Initial commit --- README.md | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..bbedb72 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# lmmoptim + +This package implements the algorithm described in "Approximately Exact Calculation for Linear Mixed Models" by Michael Lavine and Jim Hodges. This package is in the very early stages of development and should not be used in an applied setting.