Skip to contents

Compute the sum of error squared for an R object

Usage

sse(object, data = NULL)

Arguments

object

An R object that is a `formula` or contains the results of the `lm` function.

data

A data frame when the object is a formula.