Other packages > Find by keyword >

caTools  

Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc
View on CRAN: Click here


Download and install caTools package within the R console
Install from CRAN:
install.packages("caTools")

Install from Github:
library("remotes")
install_github("cran/caTools")

Install by package version:
library("remotes")
install_version("caTools", "1.18.3")



Attach the package and use:
library("caTools")
Maintained by
Michael Dietze
[Scholar Profile | Author Map]
All associated links for this package
First Published: 2005-06-17
Latest Update: 2021-03-28
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.
How to cite:
Michael Dietze (2005). caTools: Tools: Moving Window Statistics, GIF, Base64, ROC AUC, etc. R package version 1.18.3, https://cran.r-project.org/web/packages/caTools. Accessed 22 Dec. 2024.
Previous versions and publish date:
1.0 (2005-06-17 21:05), 1.1 (2005-07-18 12:56), 1.2 (2005-08-09 10:40), 1.3 (2005-09-21 21:26), 1.4 (2005-09-30 19:19), 1.5 (2005-11-15 23:22), 1.6 (2006-04-26 09:56), 1.7 (2007-02-01 16:07), 1.8 (2007-10-09 21:57), 1.9 (2008-07-07 20:05), 1.10 (2009-10-11 18:49), 1.11 (2010-12-17 08:35), 1.12 (2011-05-18 06:54), 1.13 (2012-05-23 09:37), 1.14 (2012-12-21 20:38), 1.16 (2013-10-24 15:02), 1.17.1.1 (2018-07-20 14:43), 1.17.1.2 (2019-03-06 21:53), 1.17.1.3 (2019-11-30 06:48), 1.17.1.4 (2020-01-13 16:29), 1.17.1 (2014-09-10 16:22), 1.17 (2014-04-21 15:40), 1.18.0 (2020-01-17 10:40), 1.18.1 (2021-01-11 11:30), 1.18.2 (2021-03-28 08:51)
Other packages that cited caTools R package
View caTools citation profile
Other R packages that caTools depends, imports, suggests or enhances
Complete documentation for caTools
Functions, R codes and Examples using the caTools R package
Some associated functions: ENVI . GIF . LogitBoost . base64 . caTools-internal . caTools-package . colAUC . combs . predict.LogitBoost . runmad . runmean . runminmax . runquantile . runsd . sample.split . sumexact . trapz . 
Some associated R codes: ENVI.R . GIF.R . LogitBoost.R . base64.R . colAUC.R . combs.R . runfunc.R . sample.split.R . sumexact.R . trapz.R .  Full caTools package functions and examples
Downloads during the last 30 days
Get rewarded with contribution points by helping add
Reviews / comments / questions /suggestions ↴↴↴

Today's Hot Picks in Authors and Packages

LOGANTree  
Tree-Based Models for the Analysis of Log Files from Computer-Based Assessments
Enables researchers to model log-file data from computer-based assessments using machine-learning te ...
Download / Learn more Package Citations See dependency  
Maintainer: Qi Qin (view profile)
quickcode  
Quick and Essential 'R' Tricks for Better Scripts
The NOT functions, 'R' tricks and a compilation of some simple quick plus often used 'R' codes to im ...
Download / Learn more Package Citations See dependency  
Rfast2  
A Collection of Efficient and Extremely Fast R Functions II
A collection of fast statistical and utility functions for data analysis. Functions for regression, ...
Download / Learn more Package Citations See dependency  
wordspace  
Distributional Semantic Models in R
An interactive laboratory for research on distributional semantic models ('DSM', see < ...
Download / Learn more Package Citations See dependency  
elect  
Estimation of Life Expectancies Using Multi-State Models
Functions to compute state-specific and marginal life expectancies. The computation is based on a fi ...
Download / Learn more Package Citations See dependency  
dmlalg  
Double Machine Learning Algorithms
Implementation of double machine learning (DML) algorithms in R, based on Emmenegger and Buehlmann ...
Download / Learn more Package Citations See dependency  

23,394

R Packages

201,798

Dependencies

63,416

Author Associations

23,395

Publication Badges

© Copyright 2022 - present. All right reserved, rpkg.net.  Based in Cambridge, Massachusetts, USA