R/example_data.R

#' Zero-inflated proportions dataset
#'
#' A dataset example to test the package functions.
#' The factor X1 to X5 and F1 to F5 are correlated to the responses y.
#'
#' \itemize{
#' \item ID.source are the ID of source hosts
#' \item ID.recep are the ID of receiver hosts
#'   \item y are the vector of transmission probabilities source -> receiver
#'   \item X1 to X10 are continuous factor
#'   \item F1 to F10 are discrete factor
#' }
#'
#' @docType data
#' @keywords example_data
#' @name example_data
#' @usage data(example_data)
#' @format A data frame with 440 rows and 23 variables
NULL

Try the ZIprop package in your browser

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

ZIprop documentation built on June 9, 2021, 5:09 p.m.