Learn R Programming

SMIR (version 0.02)

Rsq: Coefficient of determination, R-squared

Description

Calculates the coefficient of determination for any model of class 'lm'.

Usage

Rsq(model)

Arguments

model
a model object list with argument y and method fitted

See Also

cor