Learn R Programming

bfsl (version 0.2.0)

glance.bfsl: Glance at a bfsl Object

Description

Broom tidier method to glance at a bfsl object.

Usage

# S3 method for 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

Run this code
# NOT RUN {
fit = bfsl(pearson_york_data)

glance(fit)

# }

Run the code above in your browser using DataLab