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 01 Feb. 2025.
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

longit  
High Dimensional Longitudinal Data Analysis Using MCMC
High dimensional longitudinal data analysis with Markov Chain Monte Carlo(MCMC). Currently support ...
Download / Learn more Package Citations See dependency  
tidyxl  
Read Untidy Excel Files
Imports non-tabular from Excel files into R.Exposes cell content, position and formatting in a tidy ...
Download / Learn more Package Citations See dependency  
bayesDP  
Implementation of the Bayesian Discount Prior Approach for Clinical Trials
Functions for data augmentation using the Bayesian discount prior method for single arm and two-arm ...
Download / Learn more Package Citations See dependency  
nextGenShinyApps  
Craft Exceptional 'R Shiny' Applications and Dashboards with Novel Responsive Tools
Nove responsive tools for designing and developing 'Shiny' dashboards and applications. The scripts ...
Download / Learn more Package Citations See dependency  
extraoperators  
Extra Binary Relational and Logical Operators
Speed up common tasks, particularly logical or relational comparisons and routine follow up tasks s ...
Download / Learn more Package Citations See dependency  

23,580

R Packages

204,057

Dependencies

63,980

Author Associations

23,581

Publication Badges

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