# Generated by roxygen2 (4.1.1): do not edit by hand

S3method("[",fold)
S3method("[",modeling_result)
S3method("[",resample)
S3method(as.data.frame,roc_curve)
S3method(as.data.table,roc_curve)
S3method(as.modeling_procedure,character)
S3method(as.modeling_procedure,default)
S3method(as.modeling_procedure,modeling_procedure)
S3method(get_color,default)
S3method(get_color,factor)
S3method(get_importance,list)
S3method(get_importance,model)
S3method(get_importance,modeling_result)
S3method(get_response,default)
S3method(get_tuning,model)
S3method(get_tuning,modeling_procedure)
S3method(get_tuning,modeling_result)
S3method(has_na,data.frame)
S3method(has_na,default)
S3method(image,crossvalidation)
S3method(image,resample)
S3method(logical_subset,default)
S3method(logical_subset,fold)
S3method(plot,Surv)
S3method(plot,learning_curve)
S3method(plot,roc_curve)
S3method(positive_integer_subset,default)
S3method(positive_integer_subset,fold)
S3method(predict,model)
S3method(print,modeling_procedure)
S3method(print,preprocessed_data)
S3method(pvalue,coxph)
S3method(pvalue,crr)
S3method(pvalue,cuminc)
S3method(pvalue,survdiff)
S3method(select_,list)
S3method(select_,modeling_result)
export("%>%")
export(as.modeling_procedure)
export(detune)
export(dichotomize)
export(error_rate)
export(evaluate)
export(factor_to_logical)
export(fill)
export(fit)
export(fit_caret)
export(fit_cforest)
export(fit_coxph)
export(fit_glmnet)
export(fit_lasso)
export(fit_lda)
export(fit_lm)
export(fit_pamr)
export(fit_qda)
export(fit_randomForest)
export(fit_ridge_regression)
export(fit_rpart)
export(get_color)
export(get_importance)
export(get_performance)
export(get_prediction)
export(get_response)
export(get_tuning)
export(has_na)
export(hlines)
export(importance_glmnet)
export(importance_lasso)
export(importance_pamr)
export(importance_randomForest)
export(importance_ridge_regression)
export(impute_knn)
export(impute_median)
export(indent)
export(index_fit)
export(index_test)
export(is_blank)
export(is_constant)
export(is_multi_procedure)
export(is_tunable)
export(is_tuned)
export(learning_curve)
export(list_method)
export(log_message)
export(mode)
export(modeling_procedure)
export(mse)
export(na_fill)
export(na_index)
export(neg_auc)
export(neg_gmpa)
export(neg_harrell_c)
export(nice_axis)
export(nice_box)
export(nice_require)
export(notify_once)
export(pre_center)
export(pre_convert)
export(pre_factor_to_logical)
export(pre_impute)
export(pre_impute_df)
export(pre_impute_knn)
export(pre_impute_mean)
export(pre_impute_median)
export(pre_log_message)
export(pre_pamr)
export(pre_pca)
export(pre_remove)
export(pre_remove_constant)
export(pre_remove_correlated)
export(pre_scale)
export(pre_split)
export(pre_transpose)
export(predict_caret)
export(predict_cforest)
export(predict_coxph)
export(predict_glmnet)
export(predict_lasso)
export(predict_lda)
export(predict_lm)
export(predict_pamr)
export(predict_qda)
export(predict_randomForest)
export(predict_ridge_regression)
export(predict_rpart)
export(pvalue)
export(resample)
export(resample_bootstrap)
export(resample_crossvalidation)
export(resample_holdout)
export(reset_notification)
export(rmse)
export(roc_curve)
export(select)
export(subresample)
export(subtree)
export(trivial_error_rate)
export(tune)
export(validate_data)
export(vlines)
export(weighted_error_rate)
import(grDevices)
import(graphics)
import(methods)
import(utils)
importFrom(Rcpp,evalCpp)
importFrom(data.table,as.data.table)
importFrom(data.table,rbindlist)
importFrom(dplyr,do_)
importFrom(dplyr,filter_)
importFrom(dplyr,group_by_)
importFrom(dplyr,mutate_)
importFrom(dplyr,sample_n)
importFrom(dplyr,select)
importFrom(dplyr,select_)
importFrom(dplyr,summarize_)
importFrom(ggplot2,aes_string)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_path)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_segment)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,xlab)
importFrom(lazyeval,lazy_eval)
importFrom(magrittr,"%<>%")
importFrom(magrittr,"%>%")
importFrom(stats,ave)
importFrom(stats,cor)
importFrom(stats,dist)
importFrom(stats,lm)
importFrom(stats,median)
importFrom(stats,model.frame)
importFrom(stats,model.response)
importFrom(stats,na.fail)
importFrom(stats,pchisq)
importFrom(stats,pnorm)
importFrom(stats,prcomp)
importFrom(stats,predict)
importFrom(stats,predict.lm)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(stats,terms)
importFrom(tidyr,extract_)
importFrom(tidyr,gather_)
importFrom(tidyr,spread_)
useDynLib(emil)
