interval_estimated: Interval estimation using R

Description Usage Arguments Value Examples

View source: R/int.R

Description

One side or two side interval estimation in any confidence using R

Usage

1
interval_estimated(x, sigma, side, alpha)

Arguments

x

the inpput data

sigma

the overall standard deviation

side

one side or two side interval estimation

alpha

cofidence

Value

the interval

Examples

1
2
3
4
5
6
7
8
## Not run: 
sigma=-1
side=0
alpha=0.05
x= c(28,26,33,24,34,-44,27,16,40,-2,29,22,24,21,25,30,23,29,31,19)
interval_estimated(x,sigma,side,alpha)

## End(Not run)

th12th12/StatComp17085 documentation built on May 5, 2019, 11:08 p.m.