Skip to content

Commit

Permalink
Align
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Grayling committed Jan 4, 2024
1 parent 313720e commit 3ce5eaf
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions R/des_ss_pois.R
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,10 @@ des_ss_pois <- function(K = 2, alpha = 0.025, beta = 0.1, lambda0 = 5,
} else {
ratio_n <- ratio
}
comp <- components_ss_pois(alpha, beta, correction, delta0, delta1, integer,
K, lambda0, power, ratio, ratio_scenario,
c(1, ratio_n)/(1 + sum(ratio_n)))
comp <- components_ss_pois(alpha, beta, correction, delta0, delta1,
integer, K, lambda0, power, ratio,
ratio_scenario,
c(1, ratio_n)/(1 + sum(ratio_n)))
if (summary) {
summary_des_ss_pois(comp)
message("")
Expand Down

0 comments on commit 3ce5eaf

Please sign in to comment.