Description Usage Arguments Value Examples
View source: R/est_A_from_df.R
Combined with est_C_given_A(), this might be useful for warm starting mELO models.
1 |
data |
a data.frame of matches. Four columns, time, agent 1, agent 2 and the outcome. |
a matrix.
1 2 3 4 5 6 | est_A_from_data(rps_df)
est_A_from_data(rpssl_df)
est_A_from_data(rpsfw_df)
noisy_rpsfw_df <- rpsfw_df
noisy_rpsfw_df$outcome <- add_noise_to_outcomes(noisy_rpsfw_df$outcome, error_prob = 0.5)
est_A_from_data(noisy_rpsfw_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.