R/SSR.R

SSR <-
function(parx, pary, family="normal")
{
pnorm((parx[1]-pary[1])/sqrt(parx[2]^2+pary[2]^2))
}

Try the StressStrength package in your browser

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

StressStrength documentation built on May 2, 2019, 2:12 p.m.