Learn R Programming

ssdtools (version 0.3.7)

is.fitdist: Is fitdist

Description

Tests whether an object is a fitdist.

Usage

is.fitdist(x)

Arguments

x

The object.

Value

A flag.

See Also

Other is: is.fitdistcens(), is.fitdistscens(), is.fitdists()

Examples

Run this code
# NOT RUN {
is.fitdist(boron_lnorm)
is.fitdist(boron_dists)
is.fitdist(boron_dists[["lnorm"]])
# }

Run the code above in your browser using DataLab