Skip to content

Commit

Permalink
lintr
Browse files Browse the repository at this point in the history
  • Loading branch information
strengejacke committed Sep 16, 2024
1 parent 0789ab2 commit 5b45fe1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions R/eti.R
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ eti.get_predicted <- function(x, ci = 0.95, use_iterations = FALSE, verbose = TR
))

data.frame(
"CI" = ci,
"CI_low" = results[1],
"CI_high" = results[2]
CI = ci,
CI_low = results[1],
CI_high = results[2]
)
}

0 comments on commit 5b45fe1

Please sign in to comment.