Skip to content

Commit 2ce5daa

Browse files
committed
rm straggling sdy
1 parent 5a037bc commit 2ce5daa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

R/growth_rate.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ growth_rate <- function(
249249
)
250250
lam <- params$df
251251
which_lambda <- paste0("lambda_", lam)
252-
f <- stats::predict(obj, newx = x0, which_lambda = which_lambda) * sdy
252+
f <- stats::predict(obj, newx = x0, which_lambda = which_lambda)
253253
} else {
254254
obj <- trendfilter::trendfilter(
255255
y, x,

0 commit comments

Comments
 (0)