KInormal_a: compute confidence intervall for mean of normal distributed...

View source: R/functions.R

KInormal_aR Documentation

compute confidence intervall for mean of normal distributed data

Description

returns borders and length of confidence intervall for mean of normal distributed data

Usage

KInormal_a(xquer, s, n, alpha)

Arguments

xquer

mean of obeserved data

s

standard deviation of observed data

n

number of observations

alpha

error niveau

Value

confidence intervall

Examples

KInormal_a(400, 20, 100, 0.05)


jgsbook documentation built on June 24, 2024, 5:06 p.m.