exportPattern("^[[:alpha:]]+")
importFrom(stats,simulate,anova,confint,fitted,predict,update)
importFrom(graphics,plot)
importFrom(MASS,gamma.shape,rlm,ginv)
importFrom(Matrix,Matrix,rBind,drop0)
importFrom(lpSolveAPI,make.lp,lp.control,get.variables,get.dual.solution)
importFrom(lpSolveAPI,set.column,set.rhs,set.constr.type,set.objfn,set.bounds,set.basis)
importFrom(proxy,dist)
importFrom(geometry,delaunayn,convhulln)
importFrom(Rcpp,evalCpp)
importFrom(nlme,getGroups,fixef,ranef,getGroupsFormula,Dim)
importFrom(nlme,getCovariate,corFactor,getCovariateFormula,corMatrix)
S3method(anova, HLfit)
S3method(confint, HLfit)
S3method(fitted, HLfit)
S3method(fixef, HLfit)
S3method(ranef, HLfit)
S3method(fitted, HLfitlist)
S3method(plot, HLfit)
S3method(predict, HLfit)
S3method(simulate, HLfitlist)
S3method(summary, HLfit)
S3method(summary, HLfitlist)
S3method(summary, fixedLRT)
S3method(print, HLfit)
S3method(print, HLfitlist)
S3method(print, fixedLRT)
S3method(update, HLfit)
useDynLib(spaMM)