powered by
spT.validation(z, zhat)
spT.pCOVER
## # Create `x', which is the true values. # Create `y', which is the predicted values. x <- rnorm(10,5,0.1) y <- rnorm(10,5,1) spT.validation(x, y) ##
Run the code above in your browser using DataLab