R/parconv.R

`parconv` <-
function (typ, a2 = NA, c = NA) {
    ifelse(is.na(a2) && !is.na(c), C.a2(typ, c), ifelse(!is.na(a2) && is.na(c), a2.c(typ, a2), NA))
    }

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.