We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a037bc commit 2ce5daaCopy full SHA for 2ce5daa
R/growth_rate.R
@@ -249,7 +249,7 @@ growth_rate <- function(
249
)
250
lam <- params$df
251
which_lambda <- paste0("lambda_", lam)
252
- f <- stats::predict(obj, newx = x0, which_lambda = which_lambda) * sdy
+ f <- stats::predict(obj, newx = x0, which_lambda = which_lambda)
253
} else {
254
obj <- trendfilter::trendfilter(
255
y, x,
0 commit comments