coef,bsw-method {BSW}R Documentation

Extracting the estimated model parameters of bsw()

Description

For objects of class "bsw", coef() extracts the estimated model parameters of bsw().

Usage

## S4 method for signature 'bsw'
coef(object)

Arguments

object

An object of class "bsw".

Value

A numeric vector containing the estimated model parameters.

Author(s)

Adam Bekhit, Jakob Schöpe


[Package BSW version 0.1.1 Index]