Nothing
#' @name genericData
#'
#' @title Generic Data Set
#'
#' @docType data
#'
#' @description Generic data set with four ratio predictors (X1,X2,X3,X4), two categorical predictors (A,B) and one ratio response variable (Y).
#'
#' @usage data(genericData)
#'
#' @details This is a fictious dataset useful for teaching how to use and interpret linear statistical models.
#'
#' @references fictitious data set
#'
#' @docType data
#' @keywords data
#'
#'
#' @examples
#' data("genericData", package='syllogi')
#' str(genericData)
'genericData'
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.