R/Sips.R

`Sips` <-
function(a=100,M=200, gamma=1,x) {
(x^gamma)/((x^gamma)/(M-a)+1)+a
}

Try the RPPanalyzer package in your browser

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

RPPanalyzer documentation built on May 2, 2019, 6:10 p.m.