faststats: Statistics functions with concise output

faststatsR Documentation

Statistics functions with concise output

Description

These were mainly created because the base stats functions produce overly verbose output without effect sizes included.

Usage

zerodiff(x)

twodiff(form, data, paired = FALSE)

twodiff2(x, y, paired = FALSE)

npr.zerodiff(x)

npr.twodiff(form, data)

twocor(x, y, method = "pearson")

Arguments

x, y

Vectors to compare or correlate

form

A formula where the left size is the values to be compared and the right value is a binary variable defining the groups to compare

data

a data.frame

paired

whether to perform a paired or unpaired test

method

The correlation type; can be pearson, spearman, or kendall

Author(s)

Sercan Kahveci

Examples

baseline <- rnorm(50)
deviation <- rnorm(50,m=1)

zerodiff(deviation)


Spiritspeak/skMisc documentation built on April 12, 2025, 5:40 a.m.