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 Jan. 4, 2024, 2:23 p.m.