R/resid_index.R

Defines functions resid_index

resid_index <- function(ssr, P) {
  
  resid_index <- sqrt(ssr / P)

  return(resid_index)

}

Try the glvmfit package in your browser

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

glvmfit documentation built on Aug. 6, 2021, 9:07 a.m.