Skip to content

Commit

Permalink
Correction example
Browse files Browse the repository at this point in the history
  • Loading branch information
pedroguarderas committed Oct 26, 2023
1 parent 6f796cf commit 68e6f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion R/rating_methods.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#' diag( n ) <- 0
#' g <- rowSums( n )
#' # Number of win matches for each team
#' # w <- sapply( 1:d, FUN = function( i ) sample( x = 1:g[i], size = 1, replace = TRUE ) )
#' w <- sapply( 1:d, FUN = function( i ) sample( x = 1:g[i], size = 1, replace = TRUE ) )
#' # Number of lost matches for ech team
#' l <- rowSums( n ) - w
#' r <- colley_rating( n, w, l )
Expand Down
2 changes: 1 addition & 1 deletion man/colley_rating.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 68e6f3f

Please sign in to comment.