r_squared: R-squared Calculation

View source: R/methods.R

r_squaredR Documentation

R-squared Calculation

Description

Compute R-squared for seinfitR model.

Usage

r_squared(object, ...)

Arguments

object

Object of class 'seinfitR'.

...

currently unused.

Value

A list with the following components:

R2

The coefficient of determination (R-squared).

Adjusted_R2

The adjusted R-squared value.


seinfitR documentation built on April 11, 2025, 5:54 p.m.