Learn R Programming

sigr (version 1.1.0)

calcSSE: Calculate sum of squared error.

Description

Calculate sum of squared error.

Usage

calcSSE(pred, y, na.rm = FALSE)

Arguments

pred

numeric predictions

y

numeric truth

na.rm

logical, if TRUE remove NA values

Value

sum of squared error

Examples

Run this code
# NOT RUN {
sigr::calcSSE(1:4,c(1,0,1,1))

# }

Run the code above in your browser using DataLab