summary.bfsl: Summary Method for bfsl Results

View source: R/bfsl.R

summary.bfslR Documentation

Summary Method for bfsl Results

Description

summary method for class "bfsl".

Usage

## S3 method for class 'bfsl'
summary(object, ...)

Arguments

object

An object of class "bfsl".

...

Further arguments passed to summary.default.

Value

An object of class "bfsl", which is a list containing the following components:

coefficients

A 2x4 matrix with columns of the fitted coefficients (intercept and slope), their standard error, t-statistic and corresponding (two-sided) p-value.

chisq

The goodness of fit (see bfsl).

fitted.values

The fitted mean values.

residuals

The residuals, that is y observations minus fitted values.

df.residual

The residual degrees of freedom.

cov.ab

The covariance of the slope and intercept.

control

The control list used, see the control argument.

convInfo

A list with convergence information.

call

The matched call.

data

A list containing x, y, sd_x, sd_y and r.


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