Skip to content

Commit 0de6c51

Browse files
authored
Update sim_case_data.R
1 parent a90beca commit 0de6c51

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

R/sim_case_data.R

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ sim_case_data <- function(
7070
"iter"
7171
)
7272
) |>
73-
rowwise() |>
7473
mutate(
7574
value = ab(
7675
t = .data$obs_time,
@@ -80,8 +79,7 @@ sim_case_data <- function(
8079
alpha = .data$alpha,
8180
shape = .data$r
8281
)
83-
) |>
84-
ungroup()
82+
)
8583

8684
to_return <-
8785
biomarker_level_data |>

0 commit comments

Comments
 (0)