LInorm {LBI}R Documentation

Likelihood Interval of mean, sd and variance assuming Norml Distribution

Description

Likelihood interval of mean and sd assuming normal distribution. This is estimated likelihood interval, not profile likelihood interval.

Usage

  LInorm(x, k, conf.level=0.95)

Arguments

x

a vector of observation

k

1/k likelihood interval will be calculated

conf.level

approximately corresponding confidence level. If k is specified, this is ignored.

Details

It calculates likelihood interval of mean and sd assuming normal distribution in one group. There is no standard error in the output.

Value

PE

point estimation for the proportion

LL

lower limit of likelihood interval

UL

upper limit of likelihood interval

Author(s)

Kyun-Seop Bae k@acr.kr

Examples

  x = c(-5.3, -4.5, -1.0, -0.7, 3.7, 3.9, 4.2, 5.5, 6.8, 7.4, 9.3)
  LInorm(x, k=1/0.15) # Pawitan Ex10-9 p289
  LInorm(x)

[Package LBI version 0.1.2 Index]