useDynLib(FENmlm, .registration = TRUE)

export(femlm, res2tex, res2table, getFE)

S3method(print, femlm)
S3method(print, feNmlm)
S3method(print, femlm.allClusters)
S3method(summary, femlm)
S3method(summary, feNmlm)
S3method(plot, femlm.cluster)
S3method(plot, femlm.allClusters)

importFrom(numDeriv, hessian, jacobian, genD)
importFrom(stats, cor, dnorm, lm, model.matrix, nlminb, optim,
			  pnorm, qnorm, as.formula, terms, var, sd)
importFrom(MASS, ginv)
importFrom(utils, combn)

importFrom(Rcpp, evalCpp)

importFrom(parallel, detectCores)

import(Matrix)

# Graphics
importFrom(graphics, par, plot, box, axis, abline, points, text, title)

