powered by
Prints the models for the central tendency and spreads from the fuzzylm object.
fuzzylm
# S3 method for summary.fuzzylm print(x, ...)
No return value, called for side effects.
a summary of a fuzzylm object.
further arguments passed to or from other methods.
x <- rep(1:3, each = 5) y <- c(rnorm(5, 1), rnorm(5, 2), rnorm(5, 3)) dat <- data.frame(x = x, y = y) f <- fuzzylm(y ~ x, dat) sum.f <- summary(f) sum.f
Run the code above in your browser using DataLab