| pairwise.vuong.test | R Documentation | 
Calculate pairwise comparisons between fitted models performing
vuong test for objects of class unitquantreg.
pairwise.vuong.test(
  ...,
  lt,
  p.adjust.method = p.adjust.methods,
  alternative = c("two.sided", "less", "greater")
)
| ... | 
 | 
| lt | a list with one or more  | 
| p.adjust.method | a character string specifying the method for multiple
testing adjustment; almost always one of
 | 
| alternative | indicates the alternative hypothesis and must be one
of  | 
Object of class "pairwise.htest"
vuong.test, p.adjust
data(sim_bounded, package = "unitquantreg")
sim_bounded_curr <- sim_bounded[sim_bounded$family == "uweibull", ]
models <- c("uweibull", "kum", "ulogistic")
lt_fits <- lapply(models, function(fam) {
  unitquantreg(formula = y1 ~ x, tau = 0.5, data = sim_bounded_curr,
               family = fam)
})
ans <- pairwise.vuong.test(lt = lt_fits)
ans
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.