glance.bfsl: Glance at a bfsl Object

View source: R/bfsl.R

glance.bfslR Documentation

Glance at a bfsl Object

Description

Broom tidier method to glance at a bfsl object.

Usage

## 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 (see bfsl).

df.residual

Residual degrees of freedom.

nobs

Number of observations.

isConv

Did the fit converge?

iter

Number of iterations.

finTol

Final tolerance.

Examples

fit = bfsl(pearson_york_data)

glance(fit)


pasturm/bfsl documentation built on Aug. 29, 2022, 3:13 p.m.