Learn R Programming

inteli (version 0.1.2)

qlib: Testing Function for Probability from Binomial Distribution

Description

Testing function for variance ratio of two samples assuming normal distribution by LI method. O2 type likelihood function plot is also shown.

Value

demo

basic demographics of data

interval

estimated interval by LI and CI.

stat

statistical values, such as p-value and likelihood ratio

verdict

estimation result as a sentence

plot

log likelihood function plot (O2 type)

Arguments

event

number of events from observed data; a numeric vector

total

total number of trials from observed data; a numeric vector

test.val

a numeric vector of testing value for probability

conf.level

confidence level for the interval estimation

eps

machine epsilon value; default is 1e-08

k

cutoff value for likelihood interval. If not specified, F-test is used.

Author

Kyun-Seop Bae <k@acr.kr>, Minkyu Kim <mkim@acr.kr>

Examples

Run this code
  qlib(8, 13, 0.7)
  qlib(3, 10, 0.8)

Run the code above in your browser using DataLab