R/logitModel.R

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

Try the AHPtools package in your browser

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

AHPtools documentation built on Sept. 11, 2024, 6:54 p.m.