View source: R/fc_estimate_RoC.R
fc_estimate_RoC | R Documentation |
This function was deprecated, please use estimate_roc()
.
fc_estimate_RoC(
data_source_community,
data_source_age,
age_uncertainty = NULL,
smooth_method = c("none", "m.avg", "grim", "age.w", "shep"),
smooth_n_points = 5,
smooth_N_points = lifecycle::deprecated(),
smooth_age_range = 500,
smooth_n_max = 9,
smooth_N_max = lifecycle::deprecated(),
working_units = c("levels", "bins", "MW"),
Working_Units = lifecycle::deprecated(),
bin_size = 500,
number_of_shifts = 5,
Number_of_shifts = lifecycle::deprecated(),
bin_selection = c("random", "first"),
standardise = FALSE,
n_individuals = 150,
N_individuals = lifecycle::deprecated(),
dissimilarity_coefficient = c("euc", "euc.sd", "chord", "chisq", "gower", "bray"),
DC = lifecycle::deprecated(),
tranform_to_proportions = TRUE,
rand = NULL,
use_parallel = FALSE,
interest_threshold = NULL,
time_standardisation = NULL,
verbose = FALSE
)
estimate_roc()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.