adjustedRSquared

open override val adjustedRSquared: Double(source)

This is the adjusted R-squared = 1 - ((1 - R-squared)*(n-1)/(n-p)) where n is the number of observations and p is the number of parameters estimated (including the intercept).