The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

lmeSplines

lmeSplines R package (Version: 1.1-11) available on CRAN.

To install from GitHub:

library("devtools"); install_github("agalecki/lmeSplines")

Run example from smspline documentation:

library(lmeSplines)
data(smSplineEx1)

# variable `all` for top level grouping
smSplineEx1$all <- rep(1,nrow(smSplineEx1))
# setup spline Z-matrix
smSplineEx1$Zt <- smspline(~ time, data=smSplineEx1)
fit1s <- lme(y ~ time, data=smSplineEx1,
    random=list(all=pdIdent(~Zt - 1)))
summary(fit1s)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.