Learn R Programming

⚠️There's a newer version (1.17.1) of this package.Take me there.

caTools (version 1.12)

Tools: moving window statistics, GIF, Base64, ROC AUC, etc.

Description

Contains several basic utility functions including: moving (rolling, running) window statistic functions, read/write for GIF and ENVI binary files, fast calculation of AUC, LogitBoost classifier, base64 encoder/decoder, round-off error free sum and cumsum, etc.

Copy Link

Version

Install

install.packages('caTools')

Monthly Downloads

108,158

Version

1.12

License

GPL-3

Maintainer

Jarek Tuszynski

Last Published

May 18th, 2011

Functions in caTools (1.12)

EndRule

internal function
sample.split

Split Data into Test and Train Set
predict.LogitBoost

Prediction Based on LogitBoost Classification Algorithm
trapz

Trapezoid Rule Numerical Integration
LogitBoost

LogitBoost Classification Algorithm
caTools-package

Tools: moving window statistics, GIF, Base64, ROC AUC, etc.
base64encode & base64decode

Convert R vectors to/from the Base64 format
read.ENVI & write.ENVI

Read and Write Binary Data in ENVI Format
combs

All Combinations of k Elements from Vector v
colAUC

Column-wise Area Under ROC Curve (AUC)
runmean

Mean of a Moving Window
runmin & runmax

Minimum and Maximum of Moving Windows
runmad

Median Absolute Deviation of Moving Windows
read.gif & write.gif

Read and Write Images in GIF format
runsd

Standard Deviation of Moving Windows
runquantile

Quantile of Moving Window
sumexact, cumsumexact

Basic Sum Operations without Round-off Errors