R/r_f.R

Defines functions r_f

r_f <-
function(mati){
    r <- mati[2,3]/sqrt(mati[2,2]*mati[3,3])
    return(r)
  }

Try the CATkit package in your browser

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

CATkit documentation built on May 2, 2019, 2:31 p.m.