Nothing
#' Logistic Regression Model
#'
#' A logistic regression model object created from the \code{glm} function.
#'
#' @format An object of class \code{glm} containing the results of a logistic regression.
#' @source Generated from the dataset \code{myData}.
#' @examples
#' data(logitModel)
#' summary(logitModel)
#' @export
"logitModel"
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.