summary.fuzzylm {fuzzyreg} | R Documentation |
Summarizes Fuzzy Linear Regression
Description
Calculates the summary from the fuzzylm
object.
Usage
## S3 method for class 'fuzzylm'
summary(object, ...)
Arguments
object |
a |
... |
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
Examples
data(fuzzydat)
f <- fuzzylm(y ~ x, fuzzydat$lee)
sum.f <- summary(f)
sum.f
[Package fuzzyreg version 0.6.2 Index]