Package-level declarations
Types
Functions
Computes the Pearson correlation matrix for multiple variables.
Computes the covariance between two arrays.
Computes the covariance matrix for multiple variables.
Computes Kendall's tau-b rank correlation coefficient between two arrays.
Computes the partial correlation between two variables while controlling for one or more confounding variables.
Computes the Pearson product-moment correlation coefficient between two arrays.
Computes the point-biserial correlation between a boolean variable and a continuous variable.
Computes the point-biserial correlation between a binary variable and a continuous variable.
Computes the point-biserial correlation between an integer-coded binary variable and a continuous variable.
Fits a simple linear regression model (y = intercept + slope * x) using ordinary least squares.
Computes the Spearman rank correlation coefficient between two arrays.