universal_test <- function(W,
full_model,
null_model,
parallelize = FALSE){
U <- crossfit_U(W = W,
full_model = full_model,
null_model = null_model,
parallelize = parallelize)
return(1/U)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.