Skip to content

Commit

Permalink
Merge pull request #4 from aghaynes/main
Browse files Browse the repository at this point in the history
remove helpfile for pascalprop
  • Loading branch information
aghaynes authored Feb 17, 2025
2 parents c3d4549 + 7a39c95 commit 6c0d274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 15 deletions.
3 changes: 2 additions & 1 deletion R/pascalprops.R
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#' Accessory function to calculate the probabilities of Pascals triangle
#' Accessory function to calculate the probabilities proportional to Pascals triangle
#' @param n number of elements in the row
#' @noRd
pascalprops <- function(n){
pascalvals <- choose(n-1, 0:(n-1))
p <- pascalvals / n
Expand Down
14 changes: 0 additions & 14 deletions man/pascalprops.Rd

This file was deleted.

0 comments on commit 6c0d274

Please sign in to comment.