glance.bfsl: Glance at a bfsl Object

Description Usage Arguments Value Examples

View source: R/bfsl.R

Description

Broom tidier method to glance at a bfsl object.

Usage

1
2
## S3 method for class 'bfsl'
glance(x, ...)

Arguments

x

A 'bfsl' object.

...

Unused, included for generic consistency only.

Value

A [tibble::tibble()] with one row and columns:

chisq

The goodness of fit.

p.value

P-value.

df.residual

Residual degrees of freedom.

nobs

Number of observations.

isConv

Did the fit converge?

iter

Number of iterations.

finTol

Final tolerance.

Examples

1
2
3

bfsl documentation built on Sept. 23, 2021, 5:11 p.m.