Nothing
#' Nomogram outputs using the predicted probability of binary outcome
#'
#' An example of a data frame for `sample_output` argument in
#' \code{\link{create_nomogram}} function, must only include the predicted
#' probabilities for binary outcome.
#'
#' @format A data frame with 80 rows and 1 column:
#' \describe{
#' \item{output}{A binary outcome with values from 0 to 1.}
#' }
#'
#' @source Generated by a caret randomforest model using categorical and 1
#' numerical predictors for examples in this package.
#' @keywords dataset
#' @name nomogram_outputs2
'nomogram_outputs2'
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.