Description Usage Arguments Value
View source: R/brier_score_split.R
For a match, calculates brier score on a test split of the data.
1 2 3 4 5 6 7 | brier_score_split(
x_mat,
match_list,
design = "cross_all",
train_fraction = 0.7,
match_predict_function = match_predict_xgb()
)
|
x_mat |
Typical input matrix |
match_list |
Match result |
design |
See |
train_fraction |
Split of data to use for training |
match_predict_function |
Function to predict treated units. |
Brier score
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.