Description Usage Arguments Value
View source: R/brier_score_cv.R
For a match, calculates brier score using cross validation
1 2 3 4 5 6 7 | brier_score_cv(
x_mat,
match_list,
design = "cross_all",
num_folds = 5,
match_predict_function = match_predict_xgb()
)
|
x_mat |
Typical input matrix |
match_list |
Match result |
design |
See |
num_folds |
Number of CV folds to use |
match_predict_function |
Function to predict treated units. |
Brier score (averaged over all units)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.