#' Summary of BRVE model
#'
#' @param object
#'
#' @return
#' @export
#'
#' @examples
summary.brve <- function (object, ...) {
# print a summary of the model
sry <- summary.glm(object)
sry$call <- "binary regresion with variable effort model"
# return summary
sry
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.