helper_student_t: Helper for Student's t-test

View source: R/helpers.R

helper_student_tR Documentation

Helper for Student's t-test

Description

It performs Student's t-test.

Usage

helper_student_t(x, g, paired, alternative, conf_level)

Arguments

x

a numeric vector.

g

a factor.

paired

a logical value.

alternative

a character value.

conf.level

a numeric value.

Details

This function can be modified by the user, but input and output should be kept the same.

Value

a list with test indicating the test that was performed, its respective p_value and lower and upper limits of the confidence interval for the effect size considered in the test.


dnzmarcio/ntimes documentation built on Feb. 5, 2025, 8:57 a.m.