calcSSE | R Documentation |
Calculate sum of squared error.
calcSSE(pred, y, na.rm = FALSE)
pred |
numeric predictions |
y |
numeric truth |
na.rm |
logical, if TRUE remove NA values |
sum of squared error
sigr::calcSSE(1:4,c(1,0,1,1))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.