R/tprobaCalc.R

tprobaCalc <- function(moy, std, n, dl, em) {
    .Call(C_tproba, moyC = as.double(moy),
                 stdC = as.double(std),
                 nC = as.integer(n),
                 dlC = as.integer(dl),
                 emC = as.double(em));
}

Try the fcros package in your browser

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

fcros documentation built on May 31, 2019, 5:03 p.m.