Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Feb 23, 2024
1 parent 0d051b0 commit 6aaa4c4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/testthat/test-serp.R
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ skip_if_not_installed("serp")

data(wine, package = "serp")
m1 <- serp::serp(
rating ~ temp + contact, slope = "penalize",
rating ~ temp + contact,
slope = "penalize",
link = "logit", reverse = TRUE, tuneMethod = "user",
lambda = 1e1, data = wine
)
Expand Down

0 comments on commit 6aaa4c4

Please sign in to comment.