r_squared {seinfitR}R 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.


[Package seinfitR version 1.0.1 Index]