el_aov | R Documentation |
Fits an one-way analysis of variance model with empirical likelihood.
el_aov(formula, data, maxit = 10000, abstol = 1e-08)
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 |
A list containing the model fit and optimization results.
Owen, A (1991). "Empirical Likelihood for Linear Models." The Annals of Statistics, 19(4), 1725–1747. \Sexpr[results=rd]{tools:::Rd_expr_doi("10.1214/aos/1176348368")}.
data("clothianidin")
el_aov(clo ~ trt, clothianidin)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.