Learn R Programming

Rfuzzycoco (version 0.1.0)

example_mtcars: model parameters and data for the mtcars regression example

Description

model parameters and data for the mtcars regression example

Usage

example_mtcars()

Arguments

Value

the example as a named list with:

  • params: the model parameters

  • data: the data to fit as a data frame

Examples

Run this code
 model <- fuzzycoco("regression", example_mtcars()$params)
 fit <- fit(model, qsec ~ ., example_mtcars()$data, max_generations = 20, progress = FALSE)

Run the code above in your browser using DataLab