Changes in version 1.1.2 (2022-02-28) - Set seed in tests to avoid random test failures on CRAN. Changes in version 1.1.1 (2022-02-15) - Enabled npred > 0 in lmn_suff() for variance of type SuperGauss::Toeplitz. Changes in version 1.1 Changes to interface - All lmn.*() functions converted to lmn_*(). Changes in version 0.0.1.9001 Changes to interface - lmn.suff() specified variance via V and Vtype. So e.g., lmn.suff(acf = acf) becomes lmn.suff(V = acf, Vtype = "acf"). - All lmn.* functions except lmn.suff now only accept a suff argument instead of Y, X, V, etc. - lmn.suff() return element Beta.hat renamed Bhat. Changes in version 0.0.1.9000 - Added Hospitals dataset.