View source: R/DCAP_functions.R
This function allows you to determine the Correct Attribution Probability (CAP) of a given dataset where the target variable is numeric.
1 | CAP_original_num(dataframe, key_variable, target_variable, y = 2500)
|
dataframe |
dataset |
key_variable |
key variable |
target_variable |
target_variable |
y |
Continuous numerical values of the target variable are rounded to the nearest value of y. Default y = 2500. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.