CoverCInorm: CoverCInorm Function

View source: R/CoverCInorm.R

CoverCInormR Documentation

CoverCInorm Function

Description

Given an estimate and standard error, returns "T" if the CI covers the true value

Usage

CoverCInorm(est, se, truth, cover.prob = 0.95)

Examples

CoverCInorm(est = 0.4, se = 0.1, truth = 0.5)


daniel258/Daniel documentation built on May 9, 2023, noon