Skip to content

HenrikBengtsson/expectile

Repository files navigation

expectile status badge R CMD check status

expectile: Modelling of Expectiles

Installing

The expectile package is neither on CRAN nor on Bioconductor. To install it, use:

install.packages("expectile", repos = "https://henrikbengtsson.r-universe.dev")

This will install the package from source.

Pre-release version

To install the pre-release version that is available in Git branch develop on GitHub, use:

remotes::install_github("HenrikBengtsson/expectile", ref = "develop")