Description Usage Arguments Examples
View source: R/MSE.R
Mean Squared Error.
1
MSE(x, y)
x,y
Two vectors of the same length.
1 2 3
x = runif(10) y = runif(10) MSE(x,y)
[1] 0.2507557
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.