R/hetcor.R

Defines functions hetcor

Documented in hetcor

# last modified 2020-04-20 by J. Fox

hetcor <- function(data, ..., ML=FALSE, std.err=TRUE, 
         use=c("complete.obs", "pairwise.complete.obs"), bins=4,
         pd=TRUE, parallel=FALSE, ncores=detectCores(logical=FALSE)){
  UseMethod("hetcor")
  }

Try the polycor package in your browser

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

polycor documentation built on Dec. 11, 2021, 3:01 a.m.