Skip to content

Releases: SixiangHu/DataMan

normal update fix DataSummary function

19 Jul 11:18
Compare
Choose a tag to compare

v0.6.1

17 Apr 22:15
Compare
Choose a tag to compare
Improvement on several functions.

v0.4.3

19 Jan 23:26
Compare
Choose a tag to compare

DataMan 0.4.3

NEW FEATURES

  • add modelMetric function to conduct statistical analysis on predictions.
  • add dataComp function to check whether the factors in a new dataset is consistent as before.
  • add multiParts function to split a vector into different parts by provided proportion.

CHANGES

  • interPlot now support weights parameter.
  • modelPlot can specify the base of a factor when viewing a glm model.

v0.4.2

24 Dec 01:04
Compare
Choose a tag to compare

DataMan 0.4.2

NEW FEATURES

  • Add interPlot that gives 3D surface plot utilising plotly package.
  • Add liftPlot that compares different model predictions.
  • Add rocPlot that assesses binary classification under ROCR package. It plots ROC curves with one or more predictions. AUC will be calculated and showed in legend.
  • Change the visual package from ggplot2 to rbokeh. The new package gives interactive experience like zooming, hover, and linked data for different plots.

BUG FIXES AND MINOR IMPROVEMENTS

  • To pass the R CMD check on 0 warnings and 0 notes.
  • Move misc functions to utils.r function
  • Change the glyphs of points in modelPlot
  • Change .travis.yaml to install rbokeh from github.
  • Improve the PopMiss.

Change graphic package to rbokeh

03 Dec 22:45
Compare
Choose a tag to compare

Replace the ggplot2 and googleVis graphic packages with rbokeh which provide much cleaner and enhanced visualisation.

Add liftPlot.

More Function Provided

22 Sep 19:58
Compare
Choose a tag to compare

New function:

  • resiPlot
  • CramersV in Rcpp
  • tree2data for sankeyPlot

Add quickTable function

03 Jan 14:37
Compare
Choose a tag to compare
initial quickerTable function and tried to use it to speed up Cramers…

…V function.

The first release

27 Dec 22:50
Compare
Choose a tag to compare

Initial 4 functions included for data cleaning and analysis.