From 30b78fe3a52b0d2512c6b3d47855beaf37650f3b Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 6 Jul 2024 01:24:53 +0900 Subject: [PATCH] Update orsf_comparisons.Rmd minor fix --- Rmd/orsf_comparisons.Rmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Rmd/orsf_comparisons.Rmd b/Rmd/orsf_comparisons.Rmd index 19cd4893..ecc527f4 100644 --- a/Rmd/orsf_comparisons.Rmd +++ b/Rmd/orsf_comparisons.Rmd @@ -16,7 +16,7 @@ library(microbenchmark) ### Computation -We'll use the the `attrition` data from the `modeldata` R package. +We'll use the `attrition` data from the `modeldata` R package. ```{r} @@ -142,7 +142,7 @@ library(microbenchmark) ### Computation -We'll use the the `ames` housing data from the `modeldata` R package. +We'll use the `ames` housing data from the `modeldata` R package. ```{r}