# exportPattern("^[[:alpha:]]+")
# Generated by roxygen2: do not edit by hand

useDynLib("ILSE", .registration = TRUE)



export(ilse)
export(kern)
export(summary,summary.ilse,summary.fiml, print, print.ilse,print.fiml)
export(Coef, Fitted.values, Residuals)
export(fimlreg)
export(cov.mat, cor.mat)


S3method("ilse","formula")
S3method("ilse","numeric")
S3method("fimlreg","formula")
S3method("print","ilse")
S3method("print","fiml")

S3method("summary","ilse")
S3method("summary","fiml")

# import("methods")
# importFrom("mvnmle", "mlest")
import(Rcpp)
importFrom("grDevices", "gray.colors")
importFrom("graphics", "matplot", "segments")
importFrom("stats", "na.omit", "model.matrix.lm", "terms")
importFrom("stats", "as.formula", "complete.cases", "cov", "dnorm",
           "lm", "model.frame", "pnorm", "rnorm", "sd")
importFrom("stats", "nlm")
importFrom("pbapply", "pbsapply")

