R/CIz.R

"CIz" <-
function (z, n, level=.95) 
 { 
  noma <- 1-level
  sez <- SEz(n)
 zs <- - qnorm(noma/2)
 mez <- zs*sez
 lcl <- z - mez
 ucl <- z + mez
 mat <- list(lcl, ucl)
 return(as.numeric(mat))
 }

Try the psychometric package in your browser

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

psychometric documentation built on Nov. 6, 2023, 1:06 a.m.