EMLogLR {eel} | R Documentation |
The function extracts the empirical log likelihood ratio value produced by el.test() function from package "emplik".
EMLogLR(x, mean)
x |
Data matrix. |
mean |
The mean value to be evaluated. |
The function will return a numerical value representing the original empirical log likelihood ratio.
Yu Zhang & Fan Wu
x=rnorm(50,0,1)
# find the empirical log likelihood ratio at point 0
EMLogLR(x,0)