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 April 4, 2023, 5:12 p.m.