# Generated by roxygen2: do not edit by hand

S3method(SMLE,default)
S3method(SMLE,formula)
S3method(coef,selection)
S3method(coef,smle)
S3method(logLik,selection)
S3method(logLik,smle)
S3method(plot,selection)
S3method(plot,smle)
S3method(predict,selection)
S3method(predict,smle)
S3method(print,sdata)
S3method(print,selection)
S3method(print,smle)
S3method(print,summary.selection)
S3method(print,summary.smle)
S3method(smle_select,default)
S3method(smle_select,sdata)
S3method(smle_select,smle)
S3method(summary,selection)
S3method(summary,smle)
S3method(vote_update,selection)
export(Gen_Data)
export(SMLE)
export(smle_select)
export(vote_update)
import(matrixcalc)
import(mvnfast)
import(stats)
importFrom(glmnet,glmnet)
importFrom(grDevices,dev.new)
importFrom(grDevices,dev.off)
importFrom(grDevices,rainbow)
importFrom(graphics,barplot)
importFrom(graphics,legend)
importFrom(graphics,lines)
importFrom(graphics,par)
importFrom(graphics,plot)
importFrom(graphics,plot.new)
importFrom(graphics,title)
importFrom(parallel,detectCores)
importFrom(parallel,makeCluster)
importFrom(parallel,mclapply)
importFrom(parallel,stopCluster)
importFrom(stats,.getXlevels)
importFrom(stats,binomial)
importFrom(stats,dpois)
importFrom(stats,gaussian)
importFrom(stats,glm)
importFrom(stats,glm.fit)
importFrom(stats,lm)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.response)
importFrom(stats,poisson)
importFrom(stats,quantile)
importFrom(stats,rbinom)
importFrom(stats,rnorm)
importFrom(stats,rpois)
importFrom(stats,sd)
importFrom(utils,capture.output)
importFrom(utils,tail)
