Learn R Programming

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

caTools (version 1.11)

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.11

License

GPL-3

Maintainer

Jarek Tuszynski

Last Published

December 17th, 2010

Functions in caTools (1.11)

trapz

Trapezoid Rule Numerical Integration
sample.split

Split Data into Test and Train Set
combs

All Combinations of k Elements from Vector v
LogitBoost

LogitBoost Classification Algorithm
caTools-package

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

Column-wise Area Under ROC Curve (AUC)
base64encode & base64decode

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

Read and Write Binary Data in ENVI Format
EndRule

internal function
predict.LogitBoost

Prediction Based on LogitBoost Classification Algorithm
runquantile

Quantile of Moving Window
read.gif & write.gif

Read and Write Images in GIF format
runmean

Mean of a Moving Window
runmin & runmax

Minimum and Maximum of Moving Windows
sumexact, cumsumexact

Basic Sum Operations without Round-off Errors
runsd

Standard Deviation of Moving Windows
runmad

Median Absolute Deviation of Moving Windows