Description Usage Arguments Value Author(s) See Also Examples
The function prints the extended empirical log likelihood ratio.
1 2 |
x |
EEL object. |
... |
Further arguments passed to or from other methods. |
The function prints the extended empirical log likelihood ratio value of the EEL object.
Yu Zhang
1 2 3 4 5 6 7 8 9 10 11 | # EXAMPLE: computing the EEL for the mean of a bivariate random variable
# Generating a sample of n=40 bivariate observations.
# For this example, we do this through a univariate normal random number generator.
uninorm<- rnorm(40*2,5,1)
multnorm<-matrix(uninorm,ncol=2)
# To calculate the EEL for a point theta=c(5,3), use
obj=EEL(x=multnorm,theta=c(5,3))
print(obj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.