R/getpval.R

Defines functions getpval

Documented in getpval

getpval <- 
function(model)
{
  summ <- summary(model)$fstatistic
  return(1-pf(summ[1], summ[2], summ[3]))
}

Try the mpMap package in your browser

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

mpMap documentation built on May 29, 2017, 2:50 p.m.