R/gee.univregs.R

Defines functions gee.univregs

Documented in gee.univregs

gee.univregs <- function(target, reps = NULL, id, dataset, targetID = -1, test, wei = NULL, 
                              correl = "echangeable", se = "jack", ncores = 1) {
    univariateScore.gee(target = target, reps = reps, group = id, dataset = dataset, test = test, wei = wei, 
                                              targetID = targetID, correl = correl, se = se, ncores = ncores)
    
}  

Try the MXM package in your browser

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

MXM documentation built on Aug. 25, 2022, 9:05 a.m.