From 6aaffe0f0676546ea57fe9bc213fcfba12b2e60d Mon Sep 17 00:00:00 2001 From: Felipe Gonzalez Date: Tue, 30 Jan 2024 22:30:39 -0600 Subject: [PATCH] Corregir nombre --- notas/03-modelos-genericos.qmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notas/03-modelos-genericos.qmd b/notas/03-modelos-genericos.qmd index adece88..9871f25 100644 --- a/notas/03-modelos-genericos.qmd +++ b/notas/03-modelos-genericos.qmd @@ -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}