Learn R Programming

seinfitR (version 1.0.1)

r_squared: R-squared Calculation

Description

Compute R-squared for seinfitR model.

Usage

r_squared(object, ...)

Value

A list with the following components:

R2

The coefficient of determination (R-squared).

Adjusted_R2

The adjusted R-squared value.

Arguments

object

Object of class 'seinfitR'.

...

currently unused.