coef.bsm: Extract brokenstick models coefficients

Description Usage Arguments Details Value See Also Examples

Description

Extract brokenstick models coefficients

Usage

1
2
## S3 method for class 'bsm'
coef(object, ...)

Arguments

object

bsm object, typically result from brokenstick or optBrokenstick.

...

other arguments.

Details

Require eco.mem <= 4 (see bsmfit).

Value

A data frame with slope and intercepts of each stick.

See Also

brokenstick, optBrokenstick for model fitting.

Examples

1
2
3
data(ses)
dv <- tdrply(identity, 1:2, no = 100, obj= exses)[[1]]
coef(brokenstick(dv))

SESman/rbl documentation built on May 9, 2019, 11:10 a.m.