powered by
Show the available estimates that can be used for the different variable_type supported.
availableEstimates(variableType = NULL, fullQuantiles = FALSE)
A tibble with the available estimates.
A set of variable types.
Whether to display the exact quantiles that can be computed or only the qXX to summarise all of them.
# \donttest{ library(PatientProfiles) availableEstimates() availableEstimates("numeric") availableEstimates(c("numeric", "categorical")) # }
Run the code above in your browser using DataLab