R/c.cef.l.R

`C.cef.l` <-
function (c)        {if (is.na(c)) {result <- NA} else {                                                               if(eq(c,Inf)) {result <- function (t) 0+t-t} else {if(eq(c,-Inf)) {result <- function (t) 1+t-t} else {result <- function (t) pnorm(-sqrt(2)*c-qnorm(t))}}}; return(result)}

Try the adaptTest package in your browser

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

adaptTest documentation built on Oct. 6, 2023, 5:08 p.m.