useDynLib(coxme)
import(bdsmatrix)
importFrom(nlme, ranef, fixef, VarCorr)
import(Matrix) 
export("coxme")
export("coxmeFull")
export("coxmeMlist")
export("coxme.control")
export("expand.nested")
export("lmekin")
S3method(print, coxme)
S3method(ranef, coxme)
S3method(fixef, coxme)
S3method(print, lmekin)
S3method(ranef, lmekin)
S3method(fixef, lmekin)
S3method(residuals, lmekin)
S3method(VarCorr, coxme)
S3method(VarCorr, lmekin)
S3method(vcov, coxme)
S3method(vcov, lmekin)
