powered by
Testing function for mean difference of two samples assuming normal distribution by LI method. O2 type likelihood function plot is also shown.
basic demographics of data
estimated interval by LI and CI. PE is mean(set.a) - mean(set.b).
statistical values, such as p-value and likelihood ratio
estimation result as a sentence
log likelihood function plot (O2 type)
a numeric vector of former data values; mandatory
a numeric vector of latter data values; mandatory
confidence level for the interval estimation
degree of freedom for likelihood interval; default is 1
cutoff value for likelihood interval. If not specified, F-test is used.
Kyun-Seop Bae <k@acr.kr>, Minkyu Kim <mkim@acr.kr>
x <- rnorm(30, 0, 1) y <- rnorm(20, 0, 1) qlim(x, y)
Run the code above in your browser using DataLab