summary.fuzzylm: Summarizes Fuzzy Linear Regression

View source: R/summary.fuzzylm.R

summary.fuzzylmR Documentation

Summarizes Fuzzy Linear Regression

Description

Calculates the summary from the fuzzylm object.

Usage

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

Arguments

object

a fuzzylm object.

...

additional parameters passed to and from other methods.

Value

Returns a list with models for the central tendency and spreads from the fuzzy linear regression, total error of fit of the model and a goodness-of-fit measure.

See Also

TEF, GOF

Examples

data(fuzzydat)
f <- fuzzylm(y ~ x, fuzzydat$lee)
sum.f <- summary(f)
sum.f

fuzzyreg documentation built on March 31, 2023, 9:19 p.m.