Skip to content

Commit

Permalink
New Functions
Browse files Browse the repository at this point in the history
  • Loading branch information
KelvynBladen committed Sep 19, 2023
1 parent 4375b29 commit 0db386c
Show file tree
Hide file tree
Showing 10 changed files with 1,274 additions and 592 deletions.
7 changes: 6 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,20 @@ Depends:
R (>= 4.0.0)
Imports:
car,
caret,
dplyr,
gbm,
ggeasy,
ggplot2,
gridExtra,
methods,
minerva,
pdp,
randomForest,
rlang,
stats,
tidyr
tidyr,
trelliscopejs
Suggests:
EZtune,
e1071,
Expand Down
27 changes: 27 additions & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
@@ -1,46 +1,73 @@
# Generated by roxygen2: do not edit by hand

export(caret_plot)
export(ggvip)
export(mtry_compare)
export(mtry_pdp_compare)
export(partial_cor)
export(pdp_compare)
export(robust_vifs)
importFrom(car,vif)
importFrom(caret,train)
importFrom(caret,trainControl)
importFrom(dplyr,"%>%")
importFrom(dplyr,across)
importFrom(dplyr,arrange)
importFrom(dplyr,between)
importFrom(dplyr,bind_rows)
importFrom(dplyr,case_when)
importFrom(dplyr,desc)
importFrom(dplyr,ends_with)
importFrom(dplyr,filter)
importFrom(dplyr,group_by)
importFrom(dplyr,left_join)
importFrom(dplyr,mutate)
importFrom(dplyr,relocate)
importFrom(dplyr,rename)
importFrom(dplyr,select)
importFrom(dplyr,summarise)
importFrom(gbm,relative.influence)
importFrom(ggeasy,easy_center_title)
importFrom(ggeasy,easy_plot_legend_size)
importFrom(ggplot2,aes)
importFrom(ggplot2,element_text)
importFrom(ggplot2,facet_grid)
importFrom(ggplot2,facet_wrap)
importFrom(ggplot2,geom_line)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_smooth)
importFrom(ggplot2,geom_tile)
importFrom(ggplot2,geom_vline)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,ggtitle)
importFrom(ggplot2,guides)
importFrom(ggplot2,scale_fill_gradient)
importFrom(ggplot2,scale_x_continuous)
importFrom(ggplot2,scale_y_continuous)
importFrom(ggplot2,theme)
importFrom(ggplot2,theme_bw)
importFrom(ggplot2,xlab)
importFrom(ggplot2,xlim)
importFrom(ggplot2,ylab)
importFrom(ggplot2,ylim)
importFrom(gridExtra,grid.arrange)
importFrom(methods,is)
importFrom(minerva,mine)
importFrom(pdp,partial)
importFrom(randomForest,importance)
importFrom(randomForest,randomForest)
importFrom(rlang,.data)
importFrom(stats,cor)
importFrom(stats,formula)
importFrom(stats,getCall)
importFrom(stats,lm)
importFrom(stats,mad)
importFrom(stats,model.frame)
importFrom(stats,model.matrix)
importFrom(stats,na.omit)
importFrom(stats,predict)
importFrom(stats,quantile)
importFrom(stats,sd)
importFrom(tidyr,all_of)
importFrom(tidyr,pivot_wider)
importFrom(trelliscopejs,facet_trelliscope)
Loading

0 comments on commit 0db386c

Please sign in to comment.