glance.bfsl {bfsl}R 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.

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

fit = bfsl(pearson_york_data)

glance(fit)


[Package bfsl version 0.2.0 Index]