powered by
Calculates the root squared error of two vectors.
norm(x,y)
input data vector
error between the two input vectors
# NOT RUN { #generate data: x<-y<-runif(100) error<-norm(x,y) #this is the difference between the vectors. # }
Run the code above in your browser using DataLab