Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
melantha-wang committed Oct 1, 2021
1 parent 13e1640 commit 154411f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SPLICE/vignettes/SPLICE-demo.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ Minor revisions may occur simultaneously with a partial payment, or at any other
### Example 2.1.1 Default implementation {#ex2.1.1}
```{r}
## input
# package default function for frequency of minor revisions at partial payments
# package default function for frequency of minor revisions NOT at partial payments
dflt.minRev_freq_notatP_function <- function(n, setldel) {
# setldel = settlement delay
minRev_freq_notatP <- stats::rgeom(n, prob = 1 / (min(3, setldel/4) + 1))
Expand Down

0 comments on commit 154411f

Please sign in to comment.