Skip to content

Commit

Permalink
Corregir nombre
Browse files Browse the repository at this point in the history
  • Loading branch information
felipegonzalez committed Jan 31, 2024
1 parent 923c2c3 commit 6aaffe0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notas/03-modelos-genericos.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -1508,7 +1508,7 @@ con el ajuste a los datos para checar el ajuste de este modelo:
#! message: false
library(cmdstanr)
mod_golf <- cmdstan_model("./src/golf-principios-1.stan")
print(mod_logistica_2)
print(mod_golf)
```

```{r}
Expand Down

0 comments on commit 6aaffe0

Please sign in to comment.