Skip to content

Commit

Permalink
Fix error boot
Browse files Browse the repository at this point in the history
  • Loading branch information
tereom committed Nov 28, 2024
1 parent 5460c2a commit 5c31f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 10-bootstrap-parametrico.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ rep_boot <- function(rep, simular, crear_log_p, pars, n){
set.seed(8934)
reps_boot <- map(1:500, ~ rep_boot(.x, simular_modelo, crear_log_p, est_mle,
n = length(muestra))) |>
bind_rows
bind_rows()
reps_boot |> mutate(across(everything(), round, 2)) |> head()
```

Expand Down

0 comments on commit 5c31f8b

Please sign in to comment.