R API
This is the class and function reference of Rcatch22. Please refer to the user guide for further details as the class and function specifications may not be sufficient to give full context on their
Functions
catch22_all
catch22_all(data, catch24 = FALSE)Parameters
Parameter
Type
Description
Returns
Key
Type
Description
Example Usage
data <- rnorm(100)
% features with standard catch22
features <- catch22_all(data)
% features with catch24
features_with_catch24 <- catch22_all(data, catch24 = TRUE)Individual Feature Methods
Syntax
Parameters
Parameter
Type
Description
Returns
Value
Type
Description
Example Usage
Last updated