r_squared: Coefficient of determination (R-squared)

Description Usage Arguments Value Examples

View source: R/r_squared_class.R

Description

R-squared is a metric used to assess the goodness of fit for regression models. It measures how much variance of one variable can be explained by another variable.

Usage

1

Arguments

...

Additional slots and values passed to struct_class.

Value

A r_squared object.

Examples

1
MET = r_squared()

structToolbox documentation built on Nov. 8, 2020, 6:54 p.m.