R/sse.R

Defines functions sse

Documented in sse

sse<-function(a,b,v=1){

sse<-rsse(a,b,v)
sse<-sse^2

return(sse)

}

Try the abctools package in your browser

Any scripts or data that you put into this service are public.

abctools documentation built on Sept. 18, 2023, 5:14 p.m.