availableEstimates | R Documentation |
Show the available estimates that can be used for the different variable_type supported.
availableEstimates(variableType = NULL, fullQuantiles = FALSE)
variableType |
A set of variable types. |
fullQuantiles |
Whether to display the exact quantiles that can be computed or only the qXX to summarise all of them. |
A tibble with the available estimates.
library(PatientProfiles)
availableEstimates()
availableEstimates("numeric")
availableEstimates(c("numeric", "categorical"))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.