breakpoints: Extract Model Breakpoints

View source: R/utilities.R

breakpointsR Documentation

Extract Model Breakpoints

Description

breakpoints is a generic function which extracts breakpoints from mistr composite distribution objects.

Usage

breakpoints(O)

## S3 method for class 'compdist'
breakpoints(O)

## S3 method for class 'trans_compdist'
breakpoints(O)

## S3 method for class 'comp_fit'
breakpoints(O)

Arguments

O

an object for which the extraction of model breakpoints is meaningful.

Value

Vector of extracted breakpoints form object.

See Also

parameters, weights

Examples

N <- normdist(1, 3)
C <- cauchydist()

CC <- compdist(N, C, weights = c(0.5, 0.5), breakpoints = 1)
breakpoints(CC)

mistr documentation built on March 7, 2023, 7:42 p.m.