R/chi2inv.R

Defines functions chi2inv

Documented in chi2inv

chi2inv <-
function(x, n)
  {
###########  Rick Aster chi2nv function is simple in R
    ### use qchisq
    return(qchisq(x, n))

  }

Try the PEIP package in your browser

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

PEIP documentation built on Aug. 21, 2023, 9:10 a.m.