Skip to content

Commit f0101d2

Browse files
committed
Spacing
1 parent 2e0e77e commit f0101d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/lax-internal.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ gev_rl_CI <- function (x, m, level, npy, type) {
112112
delta <- matrix(0, 3, 1)
113113
delta[1, ] <- 1
114114
delta[2, ] <- revdbayes::qgev(p, loc = 0, scale = 1, shape = xi,
115-
lower.tail = FALSE)
115+
lower.tail = FALSE)
116116
delta[3, ] <- sigma * box_cox_deriv(yp, lambda = -xi)
117117
rl_var <- t(delta) %*% mat %*% delta
118118
rl_se <- sqrt(rl_var)

0 commit comments

Comments
 (0)