R/genericfun.R

#' @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")

Try the sgdGMF package in your browser

Any scripts or data that you put into this service are public.

sgdGMF documentation built on April 3, 2025, 7:37 p.m.