z_test_ci: calculates mean & CI for residuals using z-score sd

z_test_ciR Documentation

calculates mean & CI for residuals using z-score sd

Description

The z test assumes we know the sd ( ie we have a large number of samples n > 30). Both t_test_ci and z_test_ci assume the data are normally distributed. It will usually be better to use the t_test_ci. This will equal the t_test_ci as N -> inf

Usage

z_test_ci(x, show_warning = T)

Arguments

x

Numeric vector to correlate with vector_b

show_warning

Boolean to indicate whether a warning be shown if there are too few samples to accurately use this method to get confidence intervals


Benjamin-Vincent-Lab/binfotron documentation built on Oct. 1, 2024, 8:33 p.m.