#' @export
summary.drfit <- function(object, ...) {
summary(samples(object))
}
#' @export
print.drfit <- function(x, ...) {
print(summary(x))
}
#' @export
stats::nobs
#' @export
nobs.drfit <- function(object, ...) {
data_set(object)$nObs
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.