# Generated by roxygen2: do not edit by hand

S3method(EBIC,default)
S3method(EBIC,sparseRBIC)
S3method(RAIC,default)
S3method(RAIC,sparseRBIC)
S3method(RBIC,default)
S3method(RBIC,sparseRBIC)
S3method(bake,step_center_to)
S3method(coef,sparseR)
S3method(coef,sparseRBIC)
S3method(effect_plot,sparseR)
S3method(effect_plot,sparseRBIC)
S3method(plot,sparseR)
S3method(predict,sparseR)
S3method(predict,sparseRBIC)
S3method(prep,step_center_to)
S3method(print,sparseR)
S3method(print,sparseRBIC)
S3method(print,step_center_to)
S3method(summary,sparseR)
S3method(summary,sparseRBIC)
S3method(tidy,step_center_to)
export("%>%")
export(EBIC)
export(RAIC)
export(RBIC)
export(effect_plot)
export(get_penalties)
export(sparseR)
export(sparseRBIC_bootstrap)
export(sparseRBIC_sampsplit)
export(sparseRBIC_step)
export(sparseR_prep)
export(step_center_to)
import(grDevices)
import(graphics)
import(recipes)
importFrom(dplyr,all_of)
importFrom(dplyr,as_tibble)
importFrom(dplyr,everything)
importFrom(dplyr,full_join)
importFrom(dplyr,group_by)
importFrom(dplyr,mutate)
importFrom(dplyr,n)
importFrom(dplyr,progress_estimated)
importFrom(dplyr,summarize)
importFrom(dplyr,tibble)
importFrom(dplyr,ungroup)
importFrom(magrittr,"%>%")
importFrom(ncvreg,cv.ncvreg)
importFrom(ncvreg,cv.ncvsurv)
importFrom(recipes,all_numeric)
importFrom(recipes,all_outcomes)
importFrom(recipes,all_predictors)
importFrom(recipes,has_role)
importFrom(recipes,prep)
importFrom(recipes,recipe)
importFrom(recipes,step_dummy)
importFrom(recipes,step_impute_knn)
importFrom(recipes,step_interact)
importFrom(recipes,step_naomit)
importFrom(recipes,step_nzv)
importFrom(recipes,step_other)
importFrom(recipes,step_poly)
importFrom(recipes,step_rm)
importFrom(recipes,step_scale)
importFrom(recipes,step_zv)
importFrom(recipes,update_role)
importFrom(rlang,.data)
importFrom(rlang,na_dbl)
importFrom(stats,AIC)
importFrom(stats,BIC)
importFrom(stats,add.scope)
importFrom(stats,approx)
importFrom(stats,as.formula)
importFrom(stats,coef)
importFrom(stats,complete.cases)
importFrom(stats,deviance)
importFrom(stats,drop.scope)
importFrom(stats,extractAIC)
importFrom(stats,factor.scope)
importFrom(stats,formula)
importFrom(stats,glm)
importFrom(stats,lm.fit)
importFrom(stats,lm.wfit)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,model.offset)
importFrom(stats,model.response)
importFrom(stats,model.weights)
importFrom(stats,nobs)
importFrom(stats,pchisq)
importFrom(stats,pf)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,terms)
importFrom(stats,update.formula)
importFrom(stats,weighted.residuals)
