Learn R Programming

ssdtools (version 0.3.7)

subset.fitdists: Subset fitdists

Description

Subset fitdists

Usage

# S3 method for fitdists
subset(x, select = names(x), ...)

Arguments

x

The object.

select

A character vector of the distributions to select.

...

Unused.

Examples

Run this code
# NOT RUN {
subset(boron_dists, c("gamma", "lnorm"))
# }

Run the code above in your browser using DataLab