R performance

performance is a package for computing and visualizing model diagnostics.


Installation

Install the performance package.

install.packages('performance')


Usage

library(performance)

check_model(lm(y ~ x), check="all")

The list of checks that can be passed on the check option are:


CategoryRicottone

R/Performance (last edited 2026-09-15 17:50:17 by DominicRicottone)