Nothing
## File Name: syn_da_create_formula.R
## File Version: 0.04
syn_da_create_formula <- function(wv, ord_vars)
{
v2 <- ifelse( wv %in% ord_vars, paste0("as.factor(",wv,")"), wv )
v2 <- paste0( v2, collapse=" + ")
return(v2)
}
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.