# Generated by roxygen2: do not edit by hand

S3method(coefficients,fuzzy_lm)
S3method(plot,fuzzy_lm)
S3method(predictions,fuzzy_lm)
S3method(residuals,fuzzy_lm)
S3method(summary,fuzzy_lm)
export(coefficients)
export(compute_ci)
export(compute_p_values)
export(compute_pred)
export(compute_res)
export(compute_t_values)
export(fuzzify_crisp_matrix)
export(fuzzify_crisp_value)
export(fuzzify_crisp_vector)
export(fuzzy_add)
export(fuzzy_crisp_mult)
export(fuzzy_d_squared)
export(fuzzy_lm)
export(fuzzy_mults)
export(plot)
export(predictions)
export(residuals)
importFrom(ggplot2,aes)
importFrom(ggplot2,geom_abline)
importFrom(ggplot2,geom_point)
importFrom(ggplot2,geom_rect)
importFrom(ggplot2,ggplot)
importFrom(ggplot2,labs)
importFrom(ggplot2,theme_minimal)
importFrom(magrittr,"%>%")
importFrom(plotly,add_markers)
importFrom(plotly,add_surface)
importFrom(plotly,add_trace)
importFrom(plotly,layout)
importFrom(plotly,plot_ly)
importFrom(rlang,.data)
importFrom(stats,pt)
importFrom(stats,qt)
