https://github.com/cran/SmartEDA
Raw File
Tip revision: c2131c836e6fc7664f05b4602d14c33446011aad authored by Dayanand Ubrangala on 21 May 2018, 05:15:25 UTC
version 0.2.0
Tip revision: c2131c8
NAMESPACE
exportPattern("^[[:alpha:]]+")
exportPattern(".")
export(ExpNumViz)
export(ExpCatViz)
export(ExpSkew)
export(ExpKurtosis)
export(ExpNumStat)
export(ExpCatStat)
export(ExpStat)
export(ExpInfoValue)
export(ExpWoeTable)
export(ExpCTable)
export(ExpReport)
export(ExpData)
import(ggplot2)
importFrom(stats, median)
importFrom(stats,IQR)
importFrom(stats,var)
importFrom(stats,chisq.test)
importFrom(stats,quantile)
importFrom(stats,reorder)
importFrom(stats,na.omit)
importFrom(stats, sd)
importFrom(grDevices,pdf)
importFrom(grDevices,colors)
importFrom(grDevices, dev.off)
importFrom(scales,wrap_format)
importFrom(scales,dollar_format)
importFrom(scales,comma)
importFrom(rmarkdown,render)
importFrom(utils, browseURL)
importFrom(utils, installed.packages)
importFrom(utils, globalVariables)
importFrom(stringi,stri_split_fixed)
importFrom(gridExtra,marrangeGrob)
importFrom(data.table,setDT)
importFrom(data.table,data.table)
importFrom(data.table,setnames)
importFrom(data.table,.N)
import(ISLR)
back to top