Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
atusy committed Nov 18, 2018
2 parents 8073200 + e68efc1 commit f33711c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/find_centers.R
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ find_centers <- function(
.tmp = is.finite(map),
map_est =
pkint * lsfit(pkint[.tmp], map[.tmp], w[.tmp], intercept = FALSE)$coef,
map_fnite = NULL,
.tmp = NULL,
pi_L = qnbinom(0.005, map_est, 0.5),
pi_H = qnbinom(0.995, map_est + 1, 0.5)
)
Expand Down

0 comments on commit f33711c

Please sign in to comment.