Description Usage Arguments Examples
View source: R/tau_and_initialise.R
This function sets up and optimises a Bipoisson likelihood function with the DC correction. It returns parameter estimates with Wald Confidence intervals.
| 1 | estimate_params(data, alpha = 0.9)
 | 
| data | Output of  | 
| alpha | Significance level for confidence intervals | 
| 1 2 | my_games <- all_game_data(amateuR::kreisliga_goettingen)
estimate_params(data = my_games, alpha = 0.9)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.