parse_tstat: parse_tstat

View source: R/represearch.R

parse_tstatR Documentation

parse_tstat

Description

This function parses and formats a t statistic.

Usage

parse_tstat(tstat)

Arguments

tstat

t-test object

Examples

tstat <- t.test(rnorm(100, 0, 1))
parse_tstat(tstat)

philipphoman/represearch documentation built on July 27, 2023, 10:23 a.m.