#' Creates a generic function pred
#' @description \code{pred} Creates a generic function pred.
#' @param object A linreg object.
#' @param ... Further arguments passed to or from other methods.
#' @export
# Creates generic function pred
pred <- function(object, ...){
UseMethod("pred")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.