my.arithmetic.mean | Calculate the arithmetic mean of a (numeric) vector. |
my.ceiling | Round the number(s) up to the nearest integer. |
my.coefficient.of.determination | Calculate the coefficient of determination of a regression... |
my.coefficient.of.determination.default | Calculate the coefficient of determination of a regression... |
my.coefficient.of.determination.linear_regression | Calculate the coefficient of determination of a linear... |
my.confidence.interval | Calculate the Confidence Interval of a (numeric) vector. |
my.correlation | Calculate the correlation of the regression. |
my.correlation.default | Calculate the correlation of the regression. |
my.correlation.linear_regression | Calculate the correlation of the regression. |
my.covariance | Get the covariance for a regression. (Only useful for... |
my.covariance.default | Get the covariance for a regression. (Only useful for... |
my.covariance.linear_regression | Get the covariance for a regression. (Only useful for... |
my.degrees.of.freedom | Get the degrees of freedom of a sample or population. |
my.errors | Calculate the errors of the Y values of a linear regression. |
my.errors.default | Calculate the errors of the Y values of a regression. |
my.errors.numeric | Calculate the errors from the mean. |
my.errors.regression | Calculate the errors of the Y values of a regression. |
my.floor | Round the number(s) down to the nearest integer. |
my.geometric.mean | Calculate the geometric mean of a (numeric) vector. Use-case:... |
my.harmonic.mean | Calculate the hermonic mean of a (numeric) vector. Use-case:... |
my.inner.quartile.range | Calculate the Inner Quartile Range of a (numeric) vector. |
my.intercept | Get the Y-intercept for a regression. |
my.intercept.default | Get the Y-intercept for a regression. |
my.intercept.linear_regression | Get the Y-intercept for a regression. |
my.is.even | Is the number even? |
my.is.odd | Is the number odd? |
my.lower.quartile | Calculate the Lower Quartile of a (numeric) vector. |
my.max | Calculate the maximun number |
my.median | Calculate the median of a (numeric) vector. |
my.min | Calculate the minimun number |
my.mode | Calculate the mode of a (numeric) vector. |
my.outliers | Calculate the outliers of a (numeric) vector |
my.percentile | Calculate a Percentile of a (numeric) vector. |
my.product | Calculate the product of every element of a numeric vector. |
my.regression | Create a Regression object |
my.regression.prediction.formula | Get the prediction formula for a for a regression. |
my.regression.prediction.formula.default | Get the prediction formula for a for a regression. |
my.regression.prediction.formula.linear_regression | Get the prediction formula for a for a regression. |
my.round | Round the number(s) to the nearest integer, or n digits. |
my.slope | Get the slope for a regression. (Only available for a linear... |
my.slope.default | Get the slope for a regression. |
my.slope.linear_regression | Get the slope for a regression. |
my.standard.deviation | Calculate the standard deviation of a (numeric) vector |
my.standard.error | Calculate the standard error of a (numeric) vector |
my.sum.of.squared.errors | Calculate the sum of squared errors. This uses... |
my.upper.quartile | Calculate the Upper Quartile of a (numeric) vector. |
my.variance | Calculate the variance of a (numeric) vector |
my.variance.ratio | Variance Ratio Test using Fisher's F-test. |
my.z.score | Calculate the z-scores of a (numeric) vector |
pipe | Pipe operator |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.