BetaRegression.jl

BetaRegression.jl is a package that provides beta regression functionality for the Julia language.

Getting started

This package is registered in Julia's General registry. To install the package, run

julia> using Pkg

julia> Pkg.add("BetaRegression")

or, using the Pkg REPL mode (press ]),

pkg> add BetaRegression

If you're looking for package documentation, welcome! You've found it. Documentation for the package's API is available on the API page and further information about beta regression in general and the methodology used by this package is available in Details.

Note

Beta regression is implemented in R in the betareg package and in Python in statsmodels. Note that BetaRegression.jl is not based on either of these (betareg in particular is GPL-licensed) nor is feature or implementation parity a goal.