model_fit_stats: Extract model fit statistics from a linear model

Description Usage Arguments Value Examples

View source: R/model_fit_stats.R

Description

This function extracts the R squared, adjusted R squared, predicted R squared, and predictive residuals from a linear model.

Usage

1
model_fit_stats(linear.model)

Arguments

linear.model

an lm-type object

Value

A data.frame containing the R squared, adj. R squared, pred. R squared, and predictive residuals

Examples

1
## Short example

CMET-UGent/MicroRaman documentation built on July 25, 2020, 6:20 p.m.