Learn R Programming

fitteR (version 0.2.0)

supported.packages: Supported packages

Description

Get a list of currently supported packages

Usage

supported.packages()

Arguments

Value

A character vector

Details

Numerous R-packages are supported, each providing a couple of theoretical statistical distributions for discrete or continuous data. Beside ordinary distributions like normal, t, exponential, ..., some packages implement more exotic distributions like truncrated alpha.

Examples

Run this code
# NOT RUN {
sp <- supported.packages()
head(sp)


# }

Run the code above in your browser using DataLab