tests/testthat.R

library(testthat)
library(unitquantreg)

lt_families <- list(
  "unit-Weibull" = "uweibull",
  "Kumaraswamy" = "kum",
  "unit-Logistic" = "ulogistic",
  "unit-Birnbaum-Saunders" = "ubs",
  "log-extended Exponential-Geometric" = "leeg",
  "unit-Chen" = "uchen",
  "unit-Generalized Half-Normal-E" = "ughne",
  "unit-Generalized Half-Normal-X" = "ughnx",
  "unit-Gompertz" = "ugompertz",
  "Johnson-SB" = "johnsonsb",
  "unit-Burr-XII" = "uburrxii",
  "arc-secant hyperbolic Weibull" = "ashw",
  "unit-Gumbel" = "ugumbel"
)

test_check("unitquantreg")

Try the unitquantreg package in your browser

Any scripts or data that you put into this service are public.

unitquantreg documentation built on Sept. 8, 2023, 5:40 p.m.