R/act2probrat.R

Defines functions act2probrat

Documented in act2probrat

act2probrat <- function(act, theta, beta) {
    1 / (1 + exp(-theta * (act - beta)))
}

Try the catlearn package in your browser

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

catlearn documentation built on May 2, 2019, 4:41 p.m.