R/nomogram_outputs2-data.R

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

Try the rmlnomogram package in your browser

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

rmlnomogram documentation built on April 4, 2025, 5:45 a.m.