useDynLib(glmmrBase, .registration=TRUE)
S3method(print,mcml)
S3method(summary,mcml)
S3method(coef,mcml)
S3method(logLik,mcml)
S3method(family,mcml)
S3method(formula,mcml)
S3method(vcov,mcml)
S3method(residuals,mcml)
S3method(predict,mcml)
S3method(fitted,mcml)
S3method(confint,mcml)
S3method(summary,Model)
S3method(coef,Model)
S3method(logLik,Model)
S3method(family,Model)
S3method(formula,Model)
S3method(vcov,Model)
S3method(residuals,Model)
S3method(predict,Model)
S3method(fitted,Model)
export(Beta)
export(Covariance)
export(MeanFunction)
export(Model)
export(cross_df)
export(match_rows)
export(nelder)
export(nest_df)
export(progress_bar)
export(setParallel)
importFrom(methods,is)
importFrom(stats,family)
importFrom(stats,formula)
importFrom(stats,model.matrix)
importFrom(stats, as.formula)
importFrom(Rcpp, evalCpp)
importFrom(R6, R6Class)
import(Matrix)
importFrom("utils", "capture.output")
importFrom(rstan, sampling)
importFrom(rstantools, rstan_config)