Nothing
#' @export
generics::refit
#' @title Simulate new data
#'
#' @description
#' Generic function to simulate new data from a statistical model
#'
#' @param object an object from which simulate new data
#' @param ... additional arguments passed to or from other methods
#'
#' @return An array containing the simulated data.
#'
#' @export
simulate = function (object, ...) UseMethod("simulate")
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.