el_aov {elgbd} | R Documentation |
Analysis of variance with empirical likelihood
Description
Fits an one-way analysis of variance model with empirical likelihood.
Usage
el_aov(formula, data, maxit = 10000, abstol = 1e-08)
Arguments
formula |
An object of class |
data |
A data frame containing the variables in |
maxit |
A single integer for the maximum number of iterations for optimization.
Defaults to |
abstol |
A single numeric for the absolute convergence tolerance for optimization.
Defaults to |
Value
A list containing the model fit and optimization results.
References
Owen, A (1991). "Empirical Likelihood for Linear Models." The Annals of Statistics, 19(4), 1725–1747. doi:10.1214/aos/1176348368.
Examples
data("clothianidin")
el_aov(clo ~ trt, clothianidin)
[Package elgbd version 0.9.0 Index]