powered by
Broom tidier method to glance at a bfsl object.
glance
# S3 method for bfsl glance(x, ...)
A `bfsl` object.
Unused, included for generic consistency only.
A [tibble::tibble()] with one row and columns:
The goodness of fit.
P-value.
Residual degrees of freedom.
Number of observations.
Did the fit converge?
Number of iterations.
Final tolerance.
# NOT RUN { fit = bfsl(pearson_york_data) glance(fit) # }
Run the code above in your browser using DataLab