summary.regrans: Summarizing Segmented Linear Regression Fits

Description Usage Arguments Value Author(s) Examples

View source: R/summary.regrans.R

Description

"summary" method for class regrans.

Usage

1
2
## S3 method for class 'regrans'
summary(object, correlation = FALSE, symbolic.cor = FALSE, ...)

Arguments

object

an object of class regrans, usually, a result of a call to regrans function.

correlation

logical; if ‘TRUE’, the correlation matrix of the estimated parameters is returned and printed.

symbolic.cor

logical. If ‘TRUE’, print the correlations in a symbolic form (see ‘symnum’) rather than as numbers.

...

further arguments passed to or from other methods.

Value

The function ‘summary.regrans’ computes and returns a list of summaries statistics of both (left and right lm) fitted segmented regression given in ‘object’. For more details see also the help of summary.lm.

Author(s)

Rodrigo Sant'Ana rsantana@univali.br, Fernando Mayer fernando.mayer@ufpr.br

Examples

1
2
3

rodrigosantana/Regrans documentation built on Jan. 2, 2020, 8:36 a.m.