Nothing
# last modified 2021-12-11 by J. Fox
hetcor.default <- function (data, ..., ML = FALSE, std.err = TRUE,
use=c("complete.obs", "pairwise.complete.obs"),
bins = 4, pd = TRUE, parallel=FALSE, ncores=detectCores(logical=FALSE),
thresholds=FALSE)
{
use <- match.arg(use)
dframe <- data.frame(data, ...)
if (!missing(...)) names(dframe)[1] <- deparse(substitute(data))
hetcor(dframe, ML = ML, std.err = std.err, use=use, bins = bins, pd = pd, ncores=ncores,
thresholds=thresholds)
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.