CI: Functions to calculate confidence intervals

ci_95R Documentation

Functions to calculate confidence intervals

Description

ci_95 calculates 95% confidence intervals and se calculates stardard error.

Usage

ci_95(x, alpha = 0.05, na.rm = FALSE)

se(x, na.rm = FALSE)

Arguments

x

Numeric vector to calculate confidence intervals

alpha

Probability used for the Student t Distribution (alpha = 0.05 is equivilant 95% CI)

na.rm

a logical value indicating whether NA values should be stripped.


correapvf/caretSDM documentation built on June 2, 2022, 8:29 a.m.