Nothing
get_modeldata <- function(model, ...) {
out <- insight::get_data(model, verbose = FALSE, additional_variables = TRUE)
out <- unpack_matrix_1col(out)
if (is.null(out)) {
return(NULL)
}
data.table::setDF(out)
return(out)
}
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.